|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Hi ppl..
I want to build a database with a script similar to an oracle script. The script basically consists of create table statements. I've read the manual but all it tells me is how to populate the tables in the database. Can I run such scripts in mysql to create and destroy a db? Regards, Keith. |
|
#2
|
|||
|
|||
|
I'm not familiar with oracle scripts, but you can put a list of mysql commands in a text file then use the following command.
mysql databaseName <textFile Hope that helps.... |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > running scripts in MySQL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|