Issue :
While trying to import a database via PhpMyAdmin , following error occurred :
#1153 – Got a packet bigger than ‘max_allowed_packet’ bytes
Fix:
Get into the file /etc/my.cnf
Change the following to the required value :
================
max_allowed_packet = 16M
================
This should resolve the issue.