1. 程式人生 > >【mysql處理遠端登陸授權問題】

【mysql處理遠端登陸授權問題】

Database changed
MariaDB [mysql]> grant all PRIVILEGES on mysql.* to [email protected]'%' identified by '123';
Query OK, 0 rows affected (0.02 sec)
//為特定資料庫授予遠端訪問許可權
MariaDB [mysql]> 
MariaDB [mysql]> 
MariaDB [mysql]> 
MariaDB [mysql]> 
MariaDB [mysql]> flush privileges; //重新整理許可權資訊
Query OK, 0 rows affected (0.00 sec)

 

登陸選項擴充套件

//mysqladmin管理工具修改使用者密碼

 

備份|還原 資料庫

 

單個

 

  多個

 

全部

 

備份表格

 

 

匯入表格

 

 

 

 

遷移資料庫

1:相同版本