Results 1 to 1 of 1
Hi all, im getting this rather strange error when i try 2 import an sql table into my database:
ERROR 1064 (42000) at line 2158452: You have an error in ...
- 10-14-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 5
Mysql Import error
Hi all, im getting this rather strange error when i try 2 import an sql table into my database:
ive been googling the same but most posts point to the php.ini file, but i modified the file from 300 to 6400, the file im importing is 680mb.ERROR 1064 (42000) at line 2158452: 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 'Fatal error: Maximum execution time of 300 seconds exceeded in /srv/www/htdocs/p' at line 120
the command im running isAny idea why this is Happening?mysql -u root -p adwatchug < /var/visual_monitor.sql
Thx.


Reply With Quote