Click here for "Safe Air Conditioner Repair and Proper Freon Recovery".

OracleLinux8.6 : Mysql8 , WordPress installation

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 Install

1. Create database for Word Press

Example: database [wp_db] database user [wp_user] password [?W123456]

2.Wordpress Install

3.Edit WordPress configuration file

4.Moving Files

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

移動されたことを確認後 wordpressディレクトリーとダウンロードしたlatest-ja.tar.gzを削除
Make apache the owner of the wordpress directory.

5.Starting wordpress installation

Please go to http://oracle.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