数据库备份命令 mysqldump -u root -p wechat_hook >/mnt/wechat_hook.sql 数据库还原命令 mysql -u root -p wechat_hook </data/wechat_hook.sql