OpenStack: Difference between revisions

Content added Content deleted
Line 33: Line 33:
yum install mariadb-server
yum install mariadb-server
systemctl start mariadb.service
systemctl start mariadb.service

mysql_secure_installation # Set the password for MariaDB
Do not set the password for root user, else set it to blank again:
mysqladmin -u root -p<present-password> password


== Preparing OpenStack Queens Installation ==
== Preparing OpenStack Queens Installation ==