bass6
mysql> grant all privileges on *.* to \'master\'@\'%\' identified by \'3306\' with grant option;
Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.01 sec)

 

分类:

技术点:

相关文章:

  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2021-11-20
  • 2021-12-10
  • 2022-12-23
猜你喜欢
  • 2021-12-23
  • 2021-12-13
  • 2021-12-13
  • 2021-12-10
  • 2021-11-28
  • 2022-03-09
  • 2021-12-13
相关资源
相似解决方案