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

AlmaLinux 8.6 : MySQL8 , WordPress Install

Mysql8  Install

charset.cnf    Create a new one with the following contents

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

WordPress  Install

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

Please go to "http://alma.korodes.com/wp-admin/install.php" in your browser, enter your user name, password, and other necessary information, and start the installation

"Your PHP installation appears to be missing the MySQL extension which is required by WordPress."
When you see the above, install the following and restart apache and mysql

Copied title and URL