phpmyadmin- Got a packet bigger than 'max_allowed_packet' bytes
Error in
phpmyadmin while uploading sql file :
1) Open file my.cnf path of the file : /opt/lampp/etc/my.cnf
2) Set value max_allowed_packet=128M under attribute [mysqld]
If parameter is not there, add it under attribute [mysqld] .
[mysqld] max_allowed_packet=128M
3) Restart XAMPP.
No comments:
Post a Comment