數據庫學習(入門篇)

數據庫學習(入門篇)

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.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章