Page 2 of 2

Posted: Tue Mar 06, 2007 12:15 pm
by bouncer
thanks Everah :D

i have one more question, what is wrong in this command, i need to specify the table-name ?

i have tried this, and it dont work. :cry:

Code: Select all

$command = "mysql $dbname < $backupFile;"
system($command);
thanks in advance

Posted: Tue Mar 06, 2007 1:05 pm
by RobertGonzalez
Have you actually ran that command at the command line to see what the result will be?

Posted: Tue Mar 06, 2007 1:16 pm
by bouncer
yes, but nothing happens... :?

Posted: Tue Mar 06, 2007 1:25 pm
by RobertGonzalez
It might need to be done with mysqladmin, but I could be wrong.

Posted: Wed Mar 07, 2007 9:48 am
by bouncer
can i use msqldump to dump a table-name.dbf the same to dump a msql table-name ?

can i populate a mysql table using a table-name.dbf file ?

if yes, how ?

thanks in advance