20.09.2015, 15:27
There is no relevance between MYSQL and Popular or flexible.
There are certain points where the decision should be made. Go for MYSQL if you are opting an online database as well (also, better only if you have good php, or web knowledge - personal recommendation). Many people here use MYSQL but never implement it for online websites and UCPs and manier times end up because they find it hard with SQL language.
The second case is SQLITE, which is my favorite database choice, better than INI and equivalent to MYSQL, even faster than MYSQL but basically depends upon queries you run.
There are certain points where the decision should be made. Go for MYSQL if you are opting an online database as well (also, better only if you have good php, or web knowledge - personal recommendation). Many people here use MYSQL but never implement it for online websites and UCPs and manier times end up because they find it hard with SQL language.
The second case is SQLITE, which is my favorite database choice, better than INI and equivalent to MYSQL, even faster than MYSQL but basically depends upon queries you run.