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 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
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.
the command im running is
mysql -u root -p adwatchug < /var/visual_monitor.sql
Any idea why this is Happening?
Thx.