Ticket #171 (new task)
Make the installer MySQL independent
| Reported by: | NilsLindenberg | Owned by: | unassigned |
|---|---|---|---|
| Priority: | low | Milestone: | 2.0 |
| Component: | installer | Version: | 1.1.6.1 |
| Severity: | minor | Keywords: | mysql, installer, database, abstraction |
| Cc: |
Description (last modified by BrianKoontz) (diff)
One step on the way to database abstraction is the necessity to make the installer less mySQL dependent. This means:
- renaming the config entries from mysql_host etc. to something like dbms_host (DBMS = Database management system) and add an entry dbms_name
- moving the sql-queries from the installer somewhere like mysql_install.sql (similar for upgrades).
- changing the description of the database config and add the possibility to choose a DBMS, even if the only entry for now is mysql.
Related tickets
Related links
Change History
Note: See
TracTickets for help on using
tickets.