Here is a user data boot strap script for installing and starting Oracle MySQL:
#!/bin/sh
#!/bin/sh
yum -y install mysql-server
/etc/init.d/mysqld start
echo -e '\n\nsudo /etc/init.d/mysqld start' >> /etc/rc.d/rc.local
Blog posts to help enterprises run applications in the cloud. Entries on cloud migrations as Fortune 1000 companies embark on migrating to the cloud.