Some applications we have require a standard database prefix like "db" and associated user like "user".
If I change this pattern, we will have to recompile again.
While this new feature is not released, we found a solution.
1.) Create the database as the "user" prefix
2.) User is automatically created for both user and database.
3.) We deleted the "user" database and created another one as "db". When creating, we associate the existing "user".
Is it okay to do this?