業務用エアコン関連の技術情報、エラーコード、環境問題対策に関する別サイト「エアコンの安全な修理・適切なフロン回収」

Fedora36 ; Mysql8 , WordPress Install

Mysql8 Install

Create a new charset.cnf with the following contents

Once complete, use the "mysql_secure_installation" command to set the root user password and set some basic policies

WordPress Installation

1. Create a database for WordPress

As an example, assume database [wp_db] database user [wp_user] password [?W123456]

2.Wordpress Installation

3.Edit WordPress configuration file

4.Moving Files

①Move the expanded contents under /var/www/html/[domain name for wordpress]

After confirming that the files have been moved, delete the wordpress directory and downloaded latest.tar.gz

Make apache the owner of the wordpress directory.

5.Starting wordpress installation

Access "http://[FQDN]/wp-admin/install.php" with a browser
Please enter your user name, password, and other necessary information to start installation.

If the message "Your PHP installation appears to be missing the MySQL extension which is required by WordPress."
Install the following and restart apache and mysql

Copied title and URL