I get the server to remove errors when I try to re-import the database created using mysqldump. I do not get this error when exporting from phpmyadmin. I am trying to simulate phpmyadmin export output using mysqldump.
phpmyadmin has something called "Maximum length of created request" set to 50,000. What option does it execute in the mysqldump command?
Here is what I still have:
mysqldump -u username -p pass > backup.sql
source
share