How to install mysql on CentOS 7

MariaDB is enhanced version of MySQL. For further information check https://mariadb.org

To install the mariaDB, launch the following commands

Step 1: Install mariaDB
        sudo yum install mariadb-server maria

Step 2: Start the mariadb daemon
        sudo systemctl start mariadb.service

Step 3: Make the mariadb daemon start automatically on system reboot
        sudo systemctl enable mariadb.service

Comments

Popular posts from this blog

Solution to Moodle Error: Coding error detected, it must be fixed by a programmer: Failed to unserialise data from file. Either failed to read, or failed to write.

ACTION_FAILED:OU_INVALID: Solution for GoogleApps bulk user upload issue, username@domainname.com:ACTION_FAILED:OU_INVALID. This error is because you have not specified the Org Unit Path properly.

(Solved) (Fixed )MariaDB Unmet Dependencies on Ubuntu 20.04.