Skip to content

Instantly share code, notes, and snippets.

@michaelminter
Created February 8, 2012 20:27
Show Gist options
  • Select an option

  • Save michaelminter/1773161 to your computer and use it in GitHub Desktop.

Select an option

Save michaelminter/1773161 to your computer and use it in GitHub Desktop.
Installing MySQL on EC2's Amazon Linux AMI
yum install mysql mysql-server mysql-libs
service mysqld start
chkconfig --levels 235 mysqld on
mysql_secure_installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment