mysql 增加新用户
增加user@% 用户
grant all on *.* to "user" IDENTIFIED BY "coolstr";
增加user@localhost用户
grant all on *.* to user@localhost IDENTIFIED BY "coolstr";
grant all on *.* to "user" IDENTIFIED BY "coolstr";
增加user@localhost用户
grant all on *.* to user@localhost IDENTIFIED BY "coolstr";