MYSQL error (appending)

1. not allow grant (mysql 8.x) You are not allowed to create a user with GRANT MYSQL8.0版本中,grant 命令已經做了一些限制,需要增加子用戶。 2. create user with ‘localhost’ limited. create user 'username'@'localhost' identified by 'your…