turingbrain

mysql> create database dogDB;

mysql> CREATE USER \'dog\'@\'%\' IDENTIFIED BY \'123456\';

mysql> grant all on dogDB.* to \'dog\'@\'%\' identified by \'123456\';

 

分类:

技术点:

相关文章:

  • 2021-07-16
  • 2021-09-06
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2021-11-27
猜你喜欢
  • 2021-11-22
  • 2021-11-22
  • 2021-09-30
  • 2021-11-30
  • 2022-02-20
  • 2021-05-19
  • 2021-12-10
相关资源
相似解决方案