Help me! .. SQL problem!

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
abtahizadeh
Forum Newbie
Posts: 1
Joined: Wed Mar 01, 2006 1:47 pm

Help me! .. SQL problem!

Post by abtahizadeh »

Hello , can someone help me with this ?
I want to know how can I create my database using MyDB.sql file and php
I have all proper codes for creating database in MyDB.sql file ( SQL syntax ) and I want to
build my database with this file !! helppppppp meeee
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It helps to ask in the right forum first. Moved to Databases.

If you have all the "proper code" then how is this an SQL problem? If you have an existing tool, like phpMyAdmin, you can upload or paste the SQL to it. It will run the SQL found inside.

If you still want to run it manually through php, you may find this useful: viewtopic.php?t=37400
Post Reply