在mysql中使用:grant all on confluence.* to confluence@"%" identified by "confluence";

出现提示:Using GRANT for creating new user is deprecated and will be removed in future release. Create new user with CREATE USER statement.
求大神帮忙解决

GRANT ALL PRIVILEGES ON test.* TO 'test'@'%' identified by 'mimatest';
FLUSH PRIVILEGES

类似这样
温馨提示:答案为网友推荐,仅供参考