yum install java libldb.i686 mysql-server mysql-connector-java
创建数据库
create database openfire;
grant all on openfire.* to root@localhost identified by ‘dddddd’;
flush privileges;
安装openfire配置即可
centOS6.5x64简单的安装openfire
原文:http://www.cnblogs.com/haoym/p/4520218.html