mysql數據庫訪問雲服務器數據庫或者外部數據庫的權限方法

1.訪問單個數據庫: mysql>grant all privileges on test.* to 'root'@'%' identified by '123456'; 說明:設置用戶名爲root,密碼爲123456,可訪問數據庫test; 2.訪問所有數據庫: mysql>grant all privileges on *.* to 'root'@'%' identified by '1234
相關文章
相關標籤/搜索