This book is suitable for the entry of the database;
First it is very thin, but the things are in, this is the characteristics of the advantages, but also shortcomings;
Then it shows a lot of collective code, which is also an advantage, but not unique;
In the same time I read the "in layman MySQL", this book after reading, read that the book can basically Yimushihang.
So luckily I chose this book to get started, this is not to say that I am a complete small white, in fact, before reading this book I have developed three small projects with MySQL, a total of 80 tables around, but because there is no system of knowledge system in, so there are some of the number of non-existent low-level errors, Now want to change a little bit too much, as a wild programmer, in addition to some of the blog forum on the contact some technical points, can only read, but also must read, blog can be deleted, can be read white, but the book on the thing is considered a thing, someone responsible, see even know.
Talk about, in fact, this book is not completely looked over, the 14th chapter is the actual project development, because I have developed a few small projects in PHP, so this chapter in my opinion on my help may not be compared to my time cost, so from the 14th chapter jump directly to the appendix.
Some of the concepts should be understood;
Introduction to the first chapter: History of the database/types of databases/mysql history/mysql features/
May feel that there is no practical use, but look at the total bit of eggs, is the basic skills it;
The second chapter starts to fall, MySQL installation and configuration
Natural to the Windows/linux on the download installation configuration;
These I have been contacted before, so is also a eye, in fact, nothing, the book is not detailed, and so I go back to tidy up my master of all the installation and configuration of the way posted in the blog;
Chapter III Starting MySQL Monitor
Do not say on Linux, on Windows is open cmd command line, free operation at the command line, including the start close command inside;
Then in this chapter to explain some simple SQL statements, the book in the command to knock a few times basic familiar:
It is interesting that there is no separate database to create a separate user, I also have a separate blog to organize the issue, that is, forget I sent no;
And then I really don't have anything nutritious.
MySQL Efficient programming notes