in reply to Executing a file of SQL commands against MySQL server
Why don't you want just make a system() with this command mysql -u username -p password database < sql_file?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Executing a file of SQL commands against MySQL server
by Neighbour (Friar) on Aug 18, 2011 at 08:35 UTC | |
|
Re^2: Executing a file of SQL commands against MySQL server
by metaperl (Curate) on Aug 18, 2011 at 17:50 UTC |