How to Install MySQL on CentOs 6.2
MySQL is most popular Open Source Data Base Server. MySql is RDBMS ( Relational Database Management System. it provides multi user access to the number of databases. Step-1 : Installation of MySql Server using yum. [root@dbase1 /]# yum install mysql mysql-server php-mysql Step-2 : Start mysql service. [root@dbase1 /]# service mysqld start
