好奇的探索者,理性的思考者,踏实的行动者。
Table of Contents:
[mysqldump]
# use for mysqldump
user=root
password="mkF34ml>ttuEaa"
host=xxx.com
[client]
# use for mysql
user=root
password=mkF34ml>ttuEaa
host=xxx.com
mysql --defaults-extra-file=/etc/mysql/mysqlpassword.cnf [all other options]
mysqldump --defaults-extra-file=/etc/mysql/mysqlpassword.cnf gm sys_menu > menu.sql