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

OpenSUSE16.0 : MariaDB , WordPress Install

1. MariaDB

1.1 Install

①Update the server package

➁Install

➂Initial Settings

④Check if it is installed

⑤Starting and Enabling the MariaDB Service

Configure the service to start at system restart

Verify the service status and confirm that it is actually operational.

Active: active (running) Indicates that the service is running.

⑥Security of MariaDB Installation

Change the root user password for the MariaDB server.

⑥Checking the MariaDB Version

⑦When Firewalld is enabled and you need to use MariaDB remotely, allow the service.

2. phpMyAdmin Installation

Install phpMyAdmin and configure it to enable MariaDB management via a web browser
① Installation

②Access http:///phpMyAdmin in your browser.
The login screen below will appear:
Username: root
Password: The root user password you set during MariaDB security installation
Click Go.

The phpMyAdmin settings screen will appear below.

1.3 MariaDB Database + User Creation Example

Next, let's create a user, password, and database for WordPress installation.
Database :  wp_db
User : wp_user
Paswword : ?WHxx333Yo

2. WordPress

2.1 Installing Required Libraries
2.2 WordPress Download and Installation
2.3 Editing the configuration file

Move the contents extracted under /srv/www/htdocs/[FQDN].

After confirming the files have been moved, delete the WordPress directory and the downloaded latest-ja.tar.gz file.

Set the owner of the WordPress directory to Apache.
If you don't do this, you'll get errors like "Unable to create directory" when installing plugins or performing similar actions.

2.4 Startup Verification

Connect to http://[server name]/wp-admin/install.php in your browser, enter the required information such as username and password, and begin the installation.
Typically, this will display the initial setup screen shown below, where you enter your "Username," "Password," etc., to access the WordPress admin dashboard.
Site Title: Any title
Username: Any username
Password: Any password
Your Email: Administrator's email address
Enter these details and click "Install WordPress."

The WordPress admin login screen will appear, prompting you to enter your "username or email address" and "password".

Copied title and URL