Reply To: Configured for sqlite3 ? How do I tell?

#9659
rpedde
Participant

@deawar wrote:

Ron,

Do I have to build/configure the server explicitly for MySQL or will any SQL type database work? I built 1571 nightly with SQLite3 but would like to use MySQL in it’s place.

Thanks,
Dean

I don’t have a mysql backend yet. It’s specific to either sqlite3 or sqlite2. I fully intend to have a mysql backend, as I’m familir with it and have done mysql code in C before, just haven’t gotten to it, and the db stuff is going to change, so there wasn’t any point in adding to my refactoring burden.

Eventually it will be there, though.