Tuesday 15 May 2012

How to include files with MySQL -



How to include files with MySQL -

this mse question closely related, couldn't find reply particular question here.

i wish accomplish next simple task : write file main.sql that, when it’s imported phpmyadmin, imports 4 files called create1.sql, create2.sql, create3.sql , create4.sql.

i tried writing next main.sql :

source create1.sql; source create2.sql; source create3.sql; source create4.sql;

but above doesn't work, next error message :

any help appreciated.

this works in command line ;)

mysql mysql-error-1064

No comments:

Post a Comment