Below are the steps to resolve this issue
1. Edit max_allowed_packet parameter in my.ini
max_allowed_packet = 524288000
Assume the parameters below represent
Database user id, for example, 'root' : [DB_USER_LOGIN]
Database dump file : [DB_DUMP_FILE]
Database name : [DATABASE_NAME]
3. Connect to database
mysql -u[DB_USER_LOGIN]
use [DATABASE_NAME]
\. [DB_DUMP_FILE]
No comments:
Post a Comment