max_allowed_packet ??

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
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?
 
It show this, after that what should I do?

Can you guide me? Thanks
 

Attachments

  • my_cnf.PNG
    my_cnf.PNG
    10 KB · Views: 667
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.

:)
 
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.

:)
Hi, Thannk.

But it show as below when i type nano cmd.
 

Attachments

  • nano.PNG
    nano.PNG
    12 KB · Views: 470
Back
Top