Hue 4.60 - Database is Locked: Switching back to MySQL

Hey,

I am upgrading my version of Hue from 4.40 to 4.60 and having some issues when doing simple queries or even just logging in. I have been getting this error:

I noticed that the default value of the beeswax file was modified to work with sqlite3 instead of mysql. It’s noted that this might cause some concurrency issues that ultimately leads to this error as documented:

I noticed that we can specify the database engine to be mysql as seen here.

However, it seems that you have to specify a pre-existing database with port, name, user, password, etc. Is there anyway to just automatically create this on the fly like it used to be in Hue 4.40?