MySQL 连接从命令行中连接mysql服务器
mysql -u root -p
Enter password:******
创建数据库CREATE DATABASE 数据库名;
创建用户CREATE USER 'username'@'ho
2020-08-12