Hi guys,
I am having problem while importing the my backup.sql to the new server.
My sql file is 2.2GB.
Error message:
Old Server Sql version:
New Servcer Sql version:
The versions are slightly different but I don't think that is the problem.
Any suggestions?
Thanks!
I am having problem while importing the my backup.sql to the new server.
My sql file is 2.2GB.
Error message:
Code:
ERROR 1064 (42000) at line 611: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' smtp; 550-5.1.1 The email account that you tried to reach does\r\n not exis' at line 1
Old Server Sql version:
Code:
+-------------------------+------------------+
| Variable_name | Value |
+-------------------------+------------------+
| innodb_version | 5.5.41 |
| protocol_version | 10 |
| slave_type_conversions | |
| version | 5.5.41-0+wheezy1 |
| version_comment | (Debian) |
| version_compile_machine | x86_64 |
| version_compile_os | debian-linux-gnu |
+-------------------------+------------------+
New Servcer Sql version:
Code:
+-------------------------+------------------+
| Variable_name | Value |
+-------------------------+------------------+
| innodb_version | 5.5.44 |
| protocol_version | 10 |
| slave_type_conversions | |
| version | 5.5.44-0+deb7u1 |
| version_comment | (Debian) |
| version_compile_machine | x86_64 |
| version_compile_os | debian-linux-gnu |
+-------------------------+------------------+
The versions are slightly different but I don't think that is the problem.
Any suggestions?
Thanks!