ocapmod / ocap-legacy

OCAP is a game-changing tool that allows the recording and playback of operations on an interactive (web-based) map.
Other
38 stars 42 forks source link

MariaDB Support #22

Closed SchwererKonigstiger closed 8 years ago

SchwererKonigstiger commented 8 years ago

Many webservers run on MariaDB over MySQL/SQLite, and this throws an error in the installer.

1 is the root cause.

However, since MariaDB and SQLite can be run at the same time, it isn't that major an issue. This should be something on the backburner unless you have free time.

JamieGoodson commented 8 years ago

Useful feedback, thanks. As you said, this isn't a major issue at the moment, but it is something to be considered for future versions.

JamieGoodson commented 8 years ago

Just to note - SQLite is server-less (meaning no need to run an SQL server/service), so the user does not need to setup anything. Other than the need to install SQLite (#1), I'm not sure of any disadvantages.

SchwererKonigstiger commented 8 years ago

Aye. In that case, you may want to make

JamieGoodson commented 8 years ago

Yep, good point. Will add this to next release.