[Solved] how can fix error 1064 mysql [closed]


It seems that your INSERT statement is too long.

Try increasing max_allowed_packet at my.cnf. For instance, max_allowed_packet=512MB

Try following commmand :

mysql your_wordpress_db < your_dumped_file.sql

13

solved how can fix error 1064 mysql [closed]