參考網址:mysql
先用以下指令,創建一個登入帳號
mysql_config_editor set --login-path=mysqldump --host=localhost --user=root --password
查詢帳號
mysql_config_editor print --all
再用以下指令備份資料庫
mysqldump -c sport10710 > sport10710.sql
cat ~/.mylogin.cnf
移除
mysql_config_editor remove --login-path=mypath