mysqldump : Error: Binlogging on server not active的解決方法: vi /etc/my.cnf 在【mysqld】 最下方 加入: log-bin=mysql-bin 重啓mysqld生效。mysql