- If you run into an error involving `caching_sha2_password` you can try disabling that for the mysql user `ALTER USER 'yourusername' IDENTIFIED WITH mysql_native_password BY 'youpassword';`
- Install mysqloo
- Run: `cfc_time_config_set "STORAGE_TYPE" "mysql"` in the server console
- Restart the server
- Run the following commands in the server console with the values changed to your database credentials