I tried to import a database and I received this error:
ERROR 1064 (42000): You have an error in your SQL syntax;
The command that I run is:
mysql -u [User Name] -p [database name] < /home/user/public_html/website.net/db.sql;
I don't see why it's giving me this error. Could it be a firewall issue?