The problem: Publishing gets stuck on Copying files.
Contact provider check.
MySQL error log.
tail -f /var/log/mysql.error.log [Warning] Aborted connection 47156999 to db: 'rvsitebuilderdb' user: 'rvsitebuilder' host: 'localhost' (Got timeout reading communication packets)
Please ask your host provider to edit file: /etc/my.cnf
By changing
[mysqld] max_allowed_packet = 256M
To
[mysqld] max_allowed_packet = 512M
And restart mysql with command:
/etc/rc.d/init.d/mysql restart
If doesn’t help, just try to increase those values until it’s enough.
Comments
0 comments
Please sign in to leave a comment.