grant 设置远程连接 赋权问题

grant 赋权问题
已经grant all privileges on test.* to ‘testuser’@‘%’ ;
然后在
grant all privileges on . to ‘testuser’@‘localhost’ ;
image
ERROR 1410 (42000): You are not allowed to create a user with GRANT
错误

tidb 权限类似 mysql 权限管理,可以百度下这个错误。

这个是mysql5.7我看可以的
但是tidb报了错

这个账号是不是不存在,和 mysql8.0 行为一致。
https://blog.csdn.net/qq_34680444/article/details/86238516