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
| # Apache Shiro v1.2.3 | |
| # Install MySQL | |
| # $ sudo yum install mysql-server | |
| # $ sudo /sbin/service mysqld start | |
| # $ sudo chkconfig mysqld on | |
| # Secure install and set root password | |
| # $ sudo /usr/bin/mysql_secure_installation |