MiracleLinux ; データベース(Mysql) , WordPress
Install Mysql8 # dnf module -y install mysql:8.0 # vi /etc/my.cnf.d/charset.cnf Create a new "charset.cnf" with the following contents [mysqld] character-set-server = utf8mb4[client] default-character-set = utf8mb4 Install WordPress 1. Create a database for WordPress. For example, database[wp_db] database user[wp_user] password[?W123456] # mysql -u root -p Enter password: ←Enter the root password for MySQL Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2