登陆结果截图
先去修改添加用户权限
报错
#1290 - The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
这个时候应该知道错误了,去服务器上找到my.conf
skip-grant-tables
注册重启
如果不是ROOT 用户无法创建数据库,可以先更换到root账号测试,是否是账号权限问题。