MySQL-用戶與權限

            use mysql; select host,user,authentication_string from user; select * from host; select * from db; #創建賬號sa01 @'%'表示可以連接的任意客戶端 create user 'sa01'@'%' identified by 'mima'; #然後賦予權限,將SDS
相關文章
相關標籤/搜索