Configuring your MySQL database and preparing it for Confluence/Jira
Let’s go ahead and get started with the database. First, you need to find out what your randomly generated password is. grep ‘temporary’ /var/log/mysqld.log Well, need to use that password in just a sec. Log in to the database with the following command. mysql -u root -p Once you enter the password that you just […]
Read More Configuring your MySQL database and preparing it for Confluence/Jira