Navigate to the MySQL directory on cPanel

cd /var/lib/mysql/

Run ls -l to find your file

ls -l

Clear the contents of the MySQL Error Log and Log File

cat /dev/null > /var/lib/mysql/mysql.server.com.err

cat /dev/null > /var/lib/mysql/mysql.server.com.log

Check the files are empty

ls -l mysql.server.com.err

ls -l mysql.server.com.log

bilinmeyen yüksek bir trafik varsa ve suncuuda Memcached görüyorsanız aşağıdaki bilgiler size yardımcı olacaktır.

https://wiki.zimbra.com/wiki/Enabling_Zimbra_Proxy_and_memcached

https://wiki.zimbra.com/wiki/Blocking_Memcached_Attack

#su zimbra

$ zmprov ga test@test.com | grep zimbraMailQuota

 

zimbraMailQuota: 104857600

 

$ zmprov ma test@test.com zimbraMailQuota 1048576000

kontrol

 

$ zmprov ga test@test.com | grep zimbraMailQuota

 

zimbraMailQuota: 1048576000

Resolution

Confirm that all permissions are correct on the new server: 1. As root, run the zmfixperms command to repair any potential permissions problems with files under /opt/zimbra:

 /opt/zimbra/libexec/zmfixperms

2. If you need to check /opt/zimbra/store and /opt/zimbra/index as well, you will need to use the -extended option. This will take much longer to run – potentially several hours in large environments – so run it only if necessary. Run this command as root:

 /opt/zimbra/libexec/zmfixperms -extended