MySQL Backup and Restore zimbra
https://wiki.zimbra.com/index.php?title=Mysql_Crash_Recovery Generate SQL dumps of all databases /opt/zimbra/conf/my.cnf socket = /opt/zimbra/data/tmp/mysql/mysql.sock su – zimbrazmlocalconfig -s | grep mysql | grep password The output will look something like this. mysql_logger_root_password = AWHZ60JYaBw8_hVkA9NDVGh0irmp7xVzmysql_root_password = lkAd7vkYI.Q_VeWt8uyL9kj0zimbra_logger_mysql_password = 2iiyAVj3GeH0akkCe6M1o_HvYzimbra_mysql_password = uMv4EsNqPZdK5htERx97VY5m mysql –batch –skip-column-names -e “show databases” | grep -e mbox -e zimbra > /tmp/mysql.db.list Note: If …