MySQL用户治理与授权

MySQL用户管理与授权  grant select,insert,update,delete on aaa.* to user_2@localhost identified by

MySQL用户管理与授权

  grant select,insert,update,delete on aaa.* to user_2@localhost identified by "123";