新增使用者,設定密碼 CREATE USER 'my_user'@'localhost' IDENTIFIED BY 'my_password';. 授予 my_user 帳號在 my_db 資料庫上面的所有權限,也就是 ...
確定! 回上一頁