Click here for "Error Codes for Commercial Air Conditioners".

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