Wordpress install script. See readme for database commands.
Go to file
RomanNum3ral 0f6a5ba1e9 Update updated_install1.sh 2025-05-28 23:06:58 +00:00
README.md Update README.md 2023-09-19 20:17:31 -04:00
updated_install1.sh Update updated_install1.sh 2025-05-28 23:06:58 +00: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 wordpress; show databases; create user "wordpress"@"%" identified by "password"; grant all privileges on wordpress.* to "wordpress"@"%"; exit