Wordpress install script. See readme for database commands.
Go to file
RomanNum3ral 513d3a9434
Update README.md
2023-08-31 14:47:22 -04:00
README.md Update README.md 2023-08-31 14:47:22 -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-08-31 14:30:04 -04:00

README.md

ubuntu-wordpress

show databases; create user "anon"@"%" identified by "kiler"; grant all privileges on anon.* to "anon"@"%";