I did a mysqldump --opt database -u username -p > outputfile.txt on
Machine A, which is running 4.0.12.
Then on Machine B, which is running 4.1.12 I did the following,
mysql -u username -p database < outputfile.txt
It loaded about 20 tables file, but then I got an error saying there is
a syntax error. Please help.
Thanks,
Yasaswi
Machine A, which is running 4.0.12.
Then on Machine B, which is running 4.1.12 I did the following,
mysql -u username -p database < outputfile.txt
It loaded about 20 tables file, but then I got an error saying there is
a syntax error. Please help.
Thanks,
Yasaswi
Comment