I am trying to import my MySQL database into another server through sql file but i get this error (see image below). This was only happen if the database has a [BLOB] field.
Solution:
Solution:
- Goto "../xampp/mysql/bin/" folder
- Open "my.ini" file
-
Change the value of "max_allowed_packet" into higher something like 100M.
max_allowed_packet = 100M
- Restart Apache and MySQL service
Comments
Post a Comment