标签

MySQL命令

一、创建用户mysql -u root -p create user 'test'@'localhost' identified by '123'; create user 'test'@'...