1. 了解PHPStudy的介绍
<https://baike.baidu.com/item/phpStudy/7894712?fr=aladdin>
2. 安装PHPStudy,学会启动、停止服务
<https://www.php.cn/php-weizijiaocheng-362379.html>
3. 尝试用原生命令行登录PHPStudy中的MySQL服务
<https://jingyan.baidu.com/article/624e74595b0e9b34e8ba5a18.html>,用户名密码默认均为root
4. 了解MySQL专用的登录客户端,
<https://baike.baidu.com/item/navicat/3089699?fr=aladdin>
5. 安装Navicate
<https://www.jianshu.com/p/726a3d45286d>
6. 用Navicate登录MySQL
<https://blog.csdn.net/weixin_30527143/article/details/96167327>
7. 学习MySQL 基础语法
<https://www.runoob.com/mysql/mysql-connection.html>
8. 密码为root
9. MySQL与MongoDB的操作对比,以及区别
<https://blog.csdn.net/suxinpingtao51/article/details/40981621>