数据库学习(入门篇)

数据库学习(入门篇)

1. 入门资料

《SQL必知必会(第四版)》、《SQL学习指南(第二版)》、《MYSQL必知必会》

2. 安装使用

下载地址和安装指导

Download MySQL Community Server(官方)——下载
Installing MySQL on Unix/Linux Using Generic Binaries(官方)——安装指导

2.10 Postinstallation Setup and Testing
2.10.1.1 Initializing the Data Directory Manually Using mysqld
2.10.1 Initializing the Data Directory
2.10.2 Starting the Server
2.10.3 Testing the Server
2.10.4 Securing the Initial MySQL Accounts
2.10.5 Starting and Stopping MySQL Automatically

4.9 MySQL Program Environment Variables
6.3 MySQL User Account Management

中文安装指导

MySQL5.7 linux二进制安装
Linux下MySQL的安装、配置、使用(1)
Linux下MySQL的安装、配置、使用(2)

数据库的创建和导入

MySQL如何创建数据库并导入数据文件(Linux)
MySQL必知必会,执行create.sql脚本文件,用populate.sql文件填充各个新表

3. 问题解决

MySQL启动报file don’t existst错误
MySQL报错:–initialize specified but the data directory has files in it. Aborting.

你可能感兴趣的:(资料)