23本mysql电子书
mastering Phpmyadmin
Beginning Php And Mysql程序设计
Beginning PHP and MySQL from Novice to Professional 3rd Edition
Head First PHP MySQL
MySQL入门经典
MySQL Stored Procedure Programming
MySQL Phrasebook: Essential Code and Commands
MySQL Crash Course
MySQL Database Design and Tuning
The Definitive Guide to MySQL5 3rd Edition
MySQL The Definitive Guide To Using Programming And Administering MySQL 3rd
Beginning MySQL
MySQL5.0 Certification Study Guide
PHP MySQL Everyday Apps For Dummies
Php和MySQL web开发
PHP And MySQL For Dynamic WebSites 2nd Edition
Beginning PHP5 Apache and MySQL Web Development
Core Web Application Development With PHP and MySQL
How To Do Everything With PHP And MySQL
Beginning Php Apache Mysql Web Development
Sams Teach Yourself PHPMySQL And Apache All in One 2nd Edition
PHP5 and MySQL Bible
MySQL Cookbook
相关文档:
http://www.ej38.com/showinfo/mysql-130795.html
CentOS下Mysql实现数据库主从同步
一、环境
A服务器: 192.168.10.42 主服务器master CentOS 5 Mysql 5.1.34
B服务器: 192.168.10.68 副服务器slave CentOS 5 Mysql 5.0.56
二、设置Mas ......
在网上找了很久,文章都是你抄、我抄你。看来看去都一样的,google往后翻N页 进去一看都是一样的。郁闷至极。 于上是CSDN论坛求助,还是java\web坛子里的朋友热情些,终于算是搞好了,自己再试了下,把心得发出来大家指点指点。 1、mysql-connector-java-5.0.8-bin.jar文件,也就是mysql驱动包。注意:要放到tomcat ......
登录mysql slave服务器,执行show slave status命令,一般显示以下参数的状态;
Slave_IO_State: Waiting for master to send event
Master_Host:192.168.0.1
Master_User:repl_user
Master_Port:3306
Connect_Retry:60
Master_Log_File:mysql-bin.000010
Read_Master_Log_Pos:2562541
Relay_Log_File:mysql-r ......
今天调程序从数据库里取数据,一直去不出来,把日志里打出来的sql放到数据库里去执行,却又能
取出数据来,很是郁闷。
数据库是mysql的,一共128个库,通过某个字段分库。
后来发现要查的这条数据的分库字段被改过,按照程序里执行的去查,他就去了另外一个库 ......