chown apache:apache config.ini chmod 600 config.ini #### mysql -uroot -p #### create database webstuff; grant all on webstuff.* to webuser@localhost identified by 'secret_password'; #### mysql -uwebuser -psecret_password webstuff