MySQL

 yum install php-mysql
/etc/init.d/httpd restart

mysql -u root 
   create database pokus;
   show databases;
   quit