-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Milestone
Description
ISSUE TYPE
- Improvement Request
COMPONENT NAME
Installation scripts
CLOUDSTACK VERSION
4.14.0
CONFIGURATION
N/A
OS / ENVIRONMENT
N/A
SUMMARY
I'd love to have control over the name of the DB, as I'm using a database hosted in another cloud provider and I'm unable to allow a newly-created user access to the "mysql" database.
It's possible to bypass the creation SQL and run it manually to get this far, but the other scripts fail.
STEPS TO REPRODUCE
db.properties supports a db.cloud.name property, ostensibly to change the name of the database (instead of "cloud"). However, all the setup SQL scripts, and the cloud-install-sys-tmplt scripts, have the database name hard-coded instead of pulling from configuration.
EXPECTED RESULTS
Scripts successfully connect and interact with my database.
ACTUAL RESULTS
Access denied for user xxxxxx to database `cloud`
Metadata
Metadata
Assignees
Labels
No labels