MySQL热备份工具 XtraBackup 1.6.2 发布

七月 26th, 2011 | No Comments | Posted in mysql | 阅读次数: 341 次

Percona 今天发布了 Percona XtraBackup 1.6.2 ,XtraBackup 是一个用来备份 MySQL 的 InnoDB 数据库的开源工具。该版本主要是bug修复,目前是一个稳定的版本。 下载地址:Read more

Tags:

mysql崩溃 异常 锁表 慢解决方法

四月 27th, 2011 | 4 Comments | Posted in mysql | 阅读次数: 429 次

Author:gaojinbo Time:2011-4-27 Email:admin@gaojinbo.com 很多时候,我们的mysql数据库会出现异常,崩溃,锁表,从而导致网站无法访问,根据下面的方法可以很方便地找出到底[......]

Read more

Tags:

修改mysql的root密码的几种方法

三月 25th, 2011 | 7 Comments | Posted in mysql | 阅读次数: 178 次

Author:gaojinbo Email:admin@gaojinbo.com 方法1: mysqladmin -u root password ‘new_password’   方法2: mysql[......]

Read more

Tags:

ubuntu 10.04禁止mysql开机启动

三月 17th, 2011 | 10 Comments | Posted in mysql, Ubuntu | 阅读次数: 270 次

Author:gaojinbo Time:2011-3-17 Email:admin@gaojinbo.com   以前在ubuntu下安装个sysv-rc-conf就能管理开机启动的程序,在ubuntu10.04里[......]

Read more

Tags:

mysql负载均衡完美解决方案V1.0 第二部分

三月 4th, 2011 | 3 Comments | Posted in haproxy, mysql | 阅读次数: 1,269 次

7.haproxy安装配置
下载编译安装:
wget http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.11.tar.gz
tar xvzf haproxy-1.4.11.tar.g[......]

Read more

Tags: ,

centos编译安装mysql5.5.9

二月 20th, 2011 | 12 Comments | Posted in mysql | 阅读次数: 1,165 次

Author:gaojinbo Time:2011-2-19 环境: centos 5.5 x86_64 mysqll5.5.9   安装开发工具 yum groupinstall "[......]

Read more

Tags: ,

mysql负载均衡完美解决方案V1.0

二月 14th, 2011 | 8 Comments | Posted in mysql, WEB架构 | 阅读次数: 3,034 次

Author:gaojinbo
Time:2011-2-14

mysql负载均衡完美解决方案V1.0

1.环境:
mysql 5

ubuntu10.04 x86_64

 

mdb1       [......]

Read more

Tags: , ,

MySQL出错代码列表

十月 26th, 2010 | 5 Comments | Posted in mysql | 阅读次数: 140 次

1005:创建表失败 1006:创建数据库失败 1007:数据库已存在,创建数据库失败 1008:数据库不存在,删除数据库失败 1009:不能删除数据库文件导致删除数据库失败 1010:不能删除数据目录导致删除数[......]

Read more

Tags:

ubuntu下配置mysql主从同步最新版V1.1

十月 18th, 2010 | 4 Comments | Posted in mysql | 阅读次数: 370 次

Author:gaojinbo Time:2010-10-15 ubuntu下配置mysql主从同步最新版,里面有innodb和myisam引擎的库,数据库已有大量数据,mysql默认数据目录为/www/mysql ,根据以下文档配[......]

Read more

Tags:

Mysql-MMM主-主从复制 高可用HA V1.3

十月 11th, 2010 | 4 Comments | Posted in mysql | 阅读次数: 868 次

制作:高进波 时间:2010-10-9 主题:Mysql Master-Master Replication Manager(主-主复制 高可用HA) ,文档有点长,需要一步一步操作才能成功配置,要有点耐心。 ,