环境:mac + mysql8
适合我的解决方案:
创建用户
CREATE USER 'newuser'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
赋予权限
grant all privileges on * .* to 'newuser'@'localhost';
环境:mac + mysql8
适合我的解决方案:
创建用户
CREATE USER 'newuser'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
赋予权限
grant all privileges on * .* to 'newuser'@'localhost';
本文标题:mysql 8 You are not allowed to c
本文链接:https://www.haomeiwen.com/subject/alyiiqtx.html
网友评论