15 September 2010

Step by Step Openfire Chat server Installation & Configuration

Openfire Chat server Installation
1, Install RHEL
2, Configure mysqld
3, chkconfig mysqld on
4, cd /sbin/
5, /service mysqld start
6, mysql  -uroot  –p
7, enter password …….
8. Create databases openfire
9. Create databases chat
10, grant all privileges on openfire.* root@ ‘localhost’ identified by ‘openfire’;
    grant all privileges on openfire.* root@192.168.3.121 identified by ‘openfire’;
11, grant all privileges on chat.* root@192.168.3.121 identified by ‘chat’;
12 run Sql query is inbuilt for openfire folder
13. Install openfire
14. cd /opt/openfire/bin
15 ./openfire.sh
16 click next
17 select your database
18 next
19 next
20 enter admin new password
21 click finish
cat openfire_mysql.sql | mysql [databaseName];

No comments: