查看用户select user(or *) from mysql.user;创建用户通过create 命令创建用户:create user 'newuser'@'localhost' identified by '123456'; ...
確定! 回上一頁