An open API service indexing awesome lists of open source software.

https://github.com/cwteng1005/sql-basic

SQL的学习记录
https://github.com/cwteng1005/sql-basic

basic database mysql

Last synced: 3 months ago
JSON representation

SQL的学习记录

Awesome Lists containing this project

README

          

## 准备工作
1. **MySQL下载及安装**
下载MySQL社区版

2. **MySQL启动/关闭**
打开cmd输入命令行:
> net start mysql80
> net stop mysql80

3. **MySQL客户端连接**

打开cmd输入命令行:
> mysql -u root -p
> 输入密码

注意:先配置环境

---
#### 学习资料(视频)
- 黑马程序员 MySQL数据库入门到精通

#### 学习资料(电子书)