MySQL 报错 ERROR 1290 (HY000): running with the --secure-file-privmysql> show variables like '%secure%';+--------------------------+-----------------------+| Variable_name| Value|+--------------------------+-----------
mysqldump --tab产生文本格式备份与mysql启动选项--secure-file-priv的一点渊源1,使用mysqldump --tab可以对数据库产生文本文件格式的备份[root@mygirl ~]# /usr/local/mysql/bin/mysqldump --tab=/root test -u root -p
Enter password:
mysqldump: Go