How Do I Restart MySQL Server?

How Do I Restart MySQL Server?

Each distribution comes with a shell script (read as service) to restart / stop / start MySQL server. First login as root user and open shell prompt (command prompt).

First login as root user. Now type the following command as per your Linux distro:

A) If you are using [...]

Installing OpenFire on CentOS 5

Installing OpenFire on CentOS 5

Download and install the openfire rpm 3.6.3 (as of this writing).

#mkdir downloads

#cd downloads

#wget http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire-3.6.3-1.i386.rpm

# rpm -ivh openfire-3.6.3-1.i386.rpm Openfire has an embedded database that you can use in case you don’t have MySQL installed, I prefer using MySQL though, I also tried using the embedded database, works [...]