Wordpress install script. See readme for database commands.
Go to file
RomanNum3ral 4375cf7708
Update wordpress_install_2.sh
2023-09-06 19:26:00 -04:00
README.md Update README.md 2023-09-06 13:16:32 -04:00
wordpress_install_1.sh Update wordpress_install_1.sh 2023-08-31 14:02:22 -04:00
wordpress_install_2.sh Update wordpress_install_2.sh 2023-09-06 19:26:00 -04:00

README.md

ubuntu-wordpress

create database wordpresss; show databases; create user "wordpresss"@"%" identified by "password"; grant all privileges on wordpresss.* to "wordpress"@"%"; exit