環境さくらのVPS1G Ubuntu20.04 Nginx&Apache2.4 PHP7.4 ゴールMariaDBとphpmyadminを入れる。Wordpress立てたいのでした。 MariaDBを入れるhttp://serverarekore.blogspot.com/2020/05/ubuntu-2004phpmyadminmariadb.html にお世話になります。 インストールします。 sudo apt update sudo apt upgrade sudo apt-get -y install mariadb-server sudo mysql -uroot -e "SET PASSWORD = PASSWORD('MariaDBのroot用パスワードを任意で決める'); FLUSH PRIVILEGES;" これでユーザー:root PASS:(任意で決めたもの) が出来

