Wordpress install script. See readme for database commands.
Go to file
RomanNum3ral 61eec19f41 Add README2.MD 2025-05-28 23:10:07 +00:00
README.md Update README.md 2023-09-19 20:17:31 -04:00
README2.MD Add README2.MD 2025-05-28 23:10:07 +00: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