建立使用者建立擁有所有權限的使用者方法一: GRANT ALL ON *.* TO 'username'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION; ...
確定! 回上一頁