How to install WordPress on OpenLiteSpeed
...database user account. mysql > CREATE DATABASE wordpress; mysql > GRANT ALL ON wordpress.* TO 'wordpress'@'localhost' IDENTIFIED BY 'password'; Flush the privilege table and exit from the mysql shell. mysql...