求MYSQL好书籍~ - 其他数据库开发 / MySQL/Postgresql
一直专著于PHP的开发,一直都没对MYSQL深入了解..最近时间比较多了,想深入一下MYSQL内在的东西.
有没有什么好书,各位大大介绍一下..
入门级到深入的都行.
但不要太浅的..
先读三遍《数据库系统概论(第四版)》 王珊 萨师煊 高等教育出版社 (掌握基础知识和概念)
然后再粗略浏览一遍MYSQL的官方手册。(方便以后查找,避免类似于考试的时候,给你本政治书也不知道答案在第几章,第几页)MySQL官方文档 http://dev.mysql.com/doc/refman/5.1/zh/index.html
Apress.The.Definitive.Guide.to.MySQL.5.3rd.Edition.Sep.2005.pdf
MySQL Language Reference(2004).pdf
MySQL.Press.MySQL.Database.Design.and.Tuning.Jun.2005.eBook-DDU.chm
oreilly.high.performance.mysql.chm
Sams - MYSQL 5 Certification Study Guide(2005).chm
高性能mysql中文版第2版.pdf
MySQL权威指南(第3版)
MySQL性能调优与架构设计
相关问答:
我已经按照教程上配置tomcat的server.xml
<Context path = "/POS" docBase = "POS" debug = "5" reloadable = "true" crossContext = "true" workDir = &quo ......
String sqlCount="select count(*) from usertable where username='"+
userName+"'";这句话 什么意思啊!
这句话输出出来就是
select count(*) from usertable where username='你的变量 ......
我是个新手,望高手解答
我现在已经安装了mysql,也有mysql的jdbc。但我怎么配置后,才能在MyEclipse里操作mysql呢?请高手说详细点
打开Myeclipse----window---open perspective---MyEclipse database explorer-- ......
用mysql建表时出现错误1067 :invalid default value for 'id'
id是int型的,为什么不能设置默认值。语句为id int(4)default '-1' null;出现错误。
贴出你的 create table 语句,及你的mysql 版本。
当您的问 ......
Java code:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was51093 seconds ago.The last packet sent successfully to the server was 5 ......