Unable to restore database sherly_bbs.sql to sherly_bbs : ERROR 1153 (08S01) at line 1949 in file: '/home/sherly/backups/backup/sherly_bbs.sql': Got a packet bigger than 'max_allowed_packet' bytes
May i know how to solved this?
Unable to restore database sherly_bbs.sql to sherly_bbs : ERROR 1153 (08S01) at line 1949 in file: '/home/sherly/backups/backup/sherly_bbs.sql': Got a packet bigger than 'max_allowed_packet' bytes
find / -name my.cnf
nano /etc/my.cnf
max_allowed_packet = XM
Hi, Thannk.Code:nano /etc/my.cnf
Decide how large of a packet you want to accept, replace X with the number you decide on and paste into the my.cnf file
Code:max_allowed_packet = XM
instructions for saving and exiting nano are displayed at the bottom of your terminal window.