Install Mysql di Centos 8

Step by step

  1. install package mysql
    # yum -y install @mysql
  2. Enable mysql
    # systemctl start mysqld
    # systemctl enable --now mysqld
    # systemctl status mysqld
  3. Secure instalasi package mysql
    # mysql_secure_installation


Di tulis oleh: