Created
February 8, 2012 20:27
-
-
Save michaelminter/1773161 to your computer and use it in GitHub Desktop.
Installing MySQL on EC2's Amazon Linux AMI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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