mysql> create user haochengtest@'%' identified by 'haocheng.123';
Query OK, 0 rows affected (0.01 秒)
 
mysql> grant select,insert,update,delete on test.t_m_user to haochengtest@'%';
Query OK, 0 rows affected (0.02 秒)
 
mysql>

相关文章:

  • 2022-12-23
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-12-18
  • 2021-12-22
  • 2022-01-07
猜你喜欢
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2021-04-21
  • 2022-01-30
  • 2022-12-23
相关资源
相似解决方案