restore mysql error
trying to restore mysql database via shellroot@server4 [~]# mysql -u client_pavilion -p client_nfw2 < /home/client/public_html/nfw.db
Enter password:
ERROR 1064 (42000) at line 261: 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 'order mediumint(8) NOT NULL default '0',
user_id mediumint(8) NOT NULL default' at line 2
What could cause that error exactly?