Update updated_install1.sh

This commit is contained in:
RomanNum3ral 2025-05-29 20:10:09 +00:00
parent 07f13fae38
commit ac8339203e
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ apt install -y php libapache2-mod-php php-mysql
systemctl restart apache2
mysql
mysql <<EOF
CREATE DATABASE wordpress;
CREATE USER 'wordpressuser'@'localhost' IDENTIFIED BY '$DB_PASSWORD';