标签:42000

解决mysql8报错:ERROR 1410 (42000): You are not allowed to create a user with GRANT

解决mysql8报错:ERROR 1410 (42000): You are not allowed to create a user with GRANT

1. 今天刚装了mysql8.0.13,试着分配几个账号和权限,结果报错: 2. 查资料得知mysql8的分配权限不能带密码隐士创建账号了,要先创建账号再设置权限 输入命令:Grant all privileges on test.* to 'test'@'%'; 又报错:You are

SE_Zhang SE_Zhang 2024-04-22
136 0 0