Today, I am going to solve one of the most common errors of MySql. This solution does not need to drop any tables or no need to change any user permission. just two line of code and then you will able to login into MySql console. Without wasting much time let’s jump into it. Fast…
Posts Tagged
mysql
MySQL – Got a packet bigger than ‘max_allowed_packet’ bytes error fix
Hi friends, Today I tried to import one of my live news site database which have long blob data type to my localhost MySQL with phpMyAdmin and get this “Got a packet bigger than ‘max_allowed_packet’ bytes” for the first time in my life. I never get this kind of awkward message before. I googled this and…