Ubuntu Server23.04 ; MariaDB , WordPress Install
1. MariaDB Install
1. 1Install
1.2. MariaDB Server Security Settings
Run the tool mysql_secure_installation to configure security-related settings for the MariaDB server.
Once executed, the tool will start several security settings in the form of questions. First, you will be asked if you want to use a plugin for password validation, as shown below.
Password validation is a plugin that checks the strength of a user's password for MariaDB and restricts it to accepting only passwords that are secure enough. For example, it must be at least as many characters long as the user's password and must contain at least one symbol and one number. You can set this requirement by asking the following question
Type y and press Enter if you like
2.WordPress Install
2.1 Create database