I got this on a newly installed server when I tried to import a database: View Code BASH1 2 3 [root@host ~]# mysql -u user -pPassword database < database.sql Enter password: ERROR 1153 (08S01) at line 53: Got a packet bigger than 'max_allowed_packet' bytes It’s easily fixable. The default is probably 16M, I added...
Recent Comments