MySQL: the most detailed explanation so far of a master database is actually very easy

About programmers, in addition to doing the project, watch the video to improve their technique outside, there is a upgrade their professional skills is this: a multi-! Look! book! MySQL seems to have become one of the core skills of IT professionals must master!

"MySQL from entry to the master."

This book describes how to install, manage, back up, maintain and optimize a MySQL system. For every server operations have proposed a variety of solutions. For each method, although not always very practical way, the reader through these methods, familiar with the characteristics and powerful MySQL.

The first chapter introduces the MySQL history, characteristics, while the SQL syntax for a simple introduction. If the reader can not be a good grasp of the contents of the first chapter, you can skip content do not understand, read two, three chapters after a new understanding of its contents.
The second chapter describes how to install a MySQL system.
The third and fourth chapters detailing how to use the SQL language and other tools of customer data in a MySQL database to operate.
The fifth and sixth chapters describes the database catalog and how to back up, restore, and maintain the database installation.
Chapter VII introduces the MySQL privilege system and how to create a database, revoke the authorization.
Chapter VIII of the various aspects of database performance optimization are described.

Since the pdf document in detail the contents of it too so just edited the next chapter cursory knowledge of the introductory part, each chapter small node which has more detailed content! The following is part of chapters, the headlines because of space constraints explain in detail the directory can not list them, get under the end the following sections have detailed knowledge of all explain.

Chapter One Introduction and preliminary MySQL

About 1.1 MYSQL
1.2 relational database management system
1.3 MYSQL SQL language used by
1.4 MYSQL data processing

MySQL: the most detailed explanation so far of a master database is actually very easy

The second chapter of the MySQL installation

2.1 MYSQL 系统的安装布局
2.2 安装 MYSQL 系统的分发
2.3 安装后期的的设置与测试
2.4 系统的升级
2.5 在同一台机器上运行多个 MYSQL 服务器

MySQL: the most detailed explanation so far of a master database is actually very easy

第三章 数据库的基本操作

3.1 MYSQL 的启动与终止
3.2 MYSQL 与客户机的连接
3.3 有关数据库的操作
3.4 有关数据表的操作
3.5 向数据表插入行记录
3.6 查询数据表中的记录
3.7 修改、删除数据记录

MySQL: the most detailed explanation so far of a master database is actually very easy

第四章 MySQL高级特性

4.1 集合函数
4.2 操作日期和时间
4.3 字符串模式匹配
4.4 深入 SELECT 的查询功能
4.5 索引属性

MySQL: the most detailed explanation so far of a master database is actually very easy

第五章 数据库的备份与修复

5.1 数据库目录
5.2 重定位数据库目录的内容
5.3 备份和恢复数据表的方法
5.4 使用更新日志文件
5.5 使用 MYSQL 内建复制功能
5.6 总结:备份恢复数据的一般步骤.

MySQL: the most detailed explanation so far of a master database is actually very easy

第六章 数据库的维护与修复

6.1 数据库表的检查、修复与优化
6.2 避免与 MYSQL 服务器交互作用
6.3 日志文件维护
6.4 建立日常维护规范

MySQL: the most detailed explanation so far of a master database is actually very easy

第七章 数据库安全

7.1 MYSQL permissions system
7.2 and user settings and authorization
7.3 revoke users and Authorization
7.4 password
when permission changes to take effect 7.5
7.6 Empowerment Principles
7.7 MYSQL other security issues

MySQL: the most detailed explanation so far of a master database is actually very easy

Chapter VIII database optimization

Index 8.1
8.2 type of problem data
optimization 8.3 SQL query
processing database table 8.4
8.5 level optimization server

MySQL: the most detailed explanation so far of a master database is actually very easy

MySQL: the most detailed explanation so far of a master database is actually very easy

MySQL: the most detailed explanation so far of a master database is actually very easy

Because too many details of the matter, does not affect everyone to read, so just cut out a part of the knowledge point of general introduction, each small node which has more detailed content! Click below to receive a free portal

Learn the history of the most detailed interview notes free access to the core: Java foundation + algorithm + JVM + database + SSM message queue framework + Redis + + Spring family bucket, etc.

Guess you like

Origin blog.51cto.com/14230003/2458044