JoaoJandre commented on PR #7895: URL: https://github.com/apache/cloudstack/pull/7895#issuecomment-1690444337
> Thanks for the PR @JoaoJandre would these work on either/both MariaDB and MySQL, do you see any operations differences between the two? Yes, @rohityadavcloud , this should work with any DBMS that uses URI connections (MariaDB, MySQL, PostgreSQL, and others). CloudStack though would probably not work with other DBMSs with the current code base. About the operation differences between the two (MariaDB and MySQL); each DBMS has different forms of configuring the URI, the URI I used in my tests will not work with MySQL, for example. That is why I am proposing a way for users to specify manually the URI; therefore, we enable operators to configure ACS to handle multiple DBMSs (MariaDB or MySQL) without any need to change the code. Note that this PR only adds a new property, the old behavior is still maintained if you do not inform the property introduced here (no regression). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
