↧
Importing large .sql files with phpmyadmin
Got this error message when I was trying to import a large (Drupal) SQL-file with PhpMyAdmin: You probably tried to upload too large file. Please refer to documentation for ways to workaround this...
View ArticleError 1153 Got a packet bigger than ‘max_allowed_packet’ bytes when importing...
After importing a .sql dump file using PhpMyAdmin into a MySQL database I got this error: #1153 – Got a packet bigger than ‘max_allowed_packet’ bytes Solved by changing “max_allowed_packet” to 10MB in...
View Article