Oracle 发布 NoSQL 数据库

十月 6th, 2011 | No Comments | Posted in oracle | 阅读次数: 496 次

Oracle的这个NoSQL Database,是在10月4号的甲骨文全球大全上发布的Big Data Appliance的其中一个组件,Big Data Appliance是一个集成了Hadoop、NoSQL Database、Oracl[......]

Read more

Tags:

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: , ,

ora-27125解决方法unable to create shared memory segment

十一月 19th, 2010 | 3 Comments | Posted in oracle | 阅读次数: 827 次

Author:gaojinbo Time:2010-11-19 ORA-27125:unable to create shared memory segment   1.确定安装oracle所使用的用户组,sap下[......]

Read more

Tags:

MySQL出错代码列表

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

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

Read more

Tags: