Linux serverNETWORK ADMINISTRATIONS

1.MySQL DBA: Install MySQL 8 on CentOS 7

In this video, we have explained installation of MySQL 8 on CentOS 7.

Commands used in this video are:

1. wget https://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm

2. yum install mysql80-community-release-el7-3.noarch.rpm

3. yum repolist enabled | grep “mysql.*-community.*”

4. yum install mysql-community-server

5. service mysqld start

6. service mysqld status

7. grep ‘temporary password’ /var/log/mysqld.log

8. mysql -u root -p

9. alter user root@localhost identified by ‘John@321’;

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *