Update updated_install1.sh
This commit is contained in:
parent
07f13fae38
commit
ac8339203e
|
@ -16,8 +16,6 @@ apt install -y php libapache2-mod-php php-mysql
|
||||||
|
|
||||||
systemctl restart apache2
|
systemctl restart apache2
|
||||||
|
|
||||||
mysql
|
|
||||||
|
|
||||||
mysql <<EOF
|
mysql <<EOF
|
||||||
CREATE DATABASE wordpress;
|
CREATE DATABASE wordpress;
|
||||||
CREATE USER 'wordpressuser'@'localhost' IDENTIFIED BY '$DB_PASSWORD';
|
CREATE USER 'wordpressuser'@'localhost' IDENTIFIED BY '$DB_PASSWORD';
|
||||||
|
|
Loading…
Reference in New Issue