Wordpress install script. See readme for database commands.
Go to file
RomanNum3ral 0a5c473489 Update README2.MD 2025-05-29 01:10:14 +00:00
README.md Update README.md 2023-09-19 20:17:31 -04:00
README2.MD Update README2.MD 2025-05-29 01:10:14 +00:00
updated_install1.sh Update updated_install1.sh 2025-05-28 23:06:58 +00:00
updated_install2.sh Add updated_install2.sh 2025-05-28 23:17:35 +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