mysqldump:“INFORMATION_SCHEMA.SESSION_VARIABLES”function被禁用
当我尝试在Percona服务器5.7.17-12上运行mysqldump时,出现这个错误: # mysqldump -u backups -pxxxx -h 127.0.0.1 –single-transaction –quick dbname mysqldump: [Warning] Using a password on the command line interface can be insecure. — MySQL dump 10.13 Distrib 5.7.17-12, for debian-linux-gnu (x86_64) — — Host: 127.0.0.1 Database: dbname — —————————————————— — Server version 5.7.17-12 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET […]