andrijapanicsb commented on code in PR #441:
URL: 
https://github.com/apache/cloudstack-documentation/pull/441#discussion_r1786271812


##########
source/quickinstallationguide/qig.rst:
##########
@@ -388,21 +382,11 @@ Database Installation and Configuration
 We'll start with installing MySQL and configuring some options to ensure it 
 runs well with CloudStack. 
 
-First, as CentOS 7 no longer provides the MySQL binaries, we need to add a 
MySQL community repository,
-that will provide MySQL Server (and the Python MySQL connector later) : 
-
-.. parsed-literal::
-   # yum -y install wget
-   # wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
-   # rpm -ivh mysql-community-release-el7-5.noarch.rpm
-
-Install by running the following command: 
-
 .. parsed-literal::
 
    # yum -y install mysql-server
 
-This should install MySQL 5.x, as of the time of writing this guide.
+This should install MySQL 8.x, as of the time of writing this guide.
 With MySQL now installed we need to make a few configuration changes to 
 /etc/my.cnf. Specifically we need to add the following options to the [mysqld] 

Review Comment:
   "/etc/my.cnf." - I'm not sure this file is the correct one for EL8?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to