After provisioning, the LAMP template includes MySQL. You can confirm this by executing the following command as the root user:
- [root@LAMP-server ~]# rpm-qa | grep mysql
- mysql-5.1.52-1.el6_0.1.x86_64
- mysql-libs-5.1.52-1.el6_0.1.x86_64
- mysql-server-5.1.52-1.el6_0.1.x86_64
The presence of these MySQL packages in the output confirms that MySQL is successfully installed on the LAMP server.