turingbrain

mysql> create database dogDB;

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

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

 

分类:

技术点:

相关文章: