This isn’t a tutorial about installing WP-CLI but if you want one I recommend this one. Let’s compare two ways of downloading WordPress and creating the database. Without WP-CLI This is the fastest way I’ve managed to install WordPress on my local server before WP-CLI: 1. Create the database. mysql -u [username] -p[password] -e “create …Continue reading