StackOverflow 文件 MySQL 教程 建立新使用者 建立新使用者並授予架構所有許可權 建立新使用者並授予架構所有許可權 Created: November-22, 2018 grant all privileges on schema_name.* to 'new_user_name'@'%' identified by 'newpassword'; 注意:這可用於建立新的 root 使用者 重新命名使用者指定密碼