document php-mysql dependency

Signed-off-by: kiara <kiara@bij1.org>
This commit is contained in:
kiara 2023-10-16 15:13:55 +00:00
parent 90e3fce809
commit 161190bf59
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ This script automates installing Wordpress with all specific BIJ1 plugins,
template and Advanced Custom Fields settings.
Steps:
- install `php`
- install `php` and `php-mysql`
- First you have to setup a database, e.g. for MariaDB/MySQL (substituting `$WORDPRESS_DB_USER`, `$db`, `$password`):
- ```sql
CREATE USER '$WORDPRESS_DB_USER'@'localhost' IDENTIFIED BY '$password';