Tagged Questions
0
votes
3answers
167 views
database migration: upgrade schema deployed on client machines
I'm working on an application, which when deployed is installed locally on client machines, and uses a local database server. Stupidly, I didn't plan for schema changes -- and now it needs to change.
...
5
votes
4answers
929 views
Is it time to use MariaDB instead of MySQL on application development? Why?
If you know MariaDB, what's your opinion about migrate applications to use MariaDB instead of MySQL?
What we gain and what we lost with this change?
Is it really unnecessary to change the ...