Update README.Fedora

add "sudo"
This commit is contained in:
Andy Bauer 2013-10-13 08:22:16 -05:00
parent a3dc2b50d3
commit 32cf3663f3
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ New installs
1. Unless you are already using the MySQL server or you are running it
remotely you will need to ensure that the server is installed and secured:
yum install mysql-community-server
sudo yum install mysql-community-server
sudo systemctl enable mysqld
systemctl start mysqld.service
sudo systemctl start mysqld.service
mysql_secure_installation