Bash script to configure MySQL database and install WordPress

Updated 4/6/15 – now with added key/salt generation When deploying a new WordPress site, there are two (potentially) needlessly time-consuming steps – logging in to MySQL to setup a new database and user, and then copying the WordPress files to the directory. The script below lets you do this in one step, pass in your… Read more Bash script to configure MySQL database and install WordPress