I installed hiphop php in CentOS 5.4 via yum with the repositories provided in the guide of the Git repository. Yum installed all the needed packages, including "mysql51".
The problem is, i can't turn on the database using:
"service mysqld start" or "/etc/init.d/mysqld start"
Even when I list all the services available "service --status-all" mysql doesn't appear. So, how I will turn on the database and then connect to store my data?