ssh - MySQL gone away error running mysql command large file -
i want load large .sql file (1.5gb) everytime stuck on 623.9 mb error: mysql server has gone away.
running following command: mysql -u {db-user-name} -p {db-name} < {db.file.sql path}
already changed my.cnf file following values, did not help:
wait_timeout = 3600 max_allowed_packet = 100m innodb_lock_wait_timeout = 2000
what missing here?
refer link - mysql server has gone away when importing large sql file - various combinations have worked problem.
Comments
Post a Comment