Please choose which database is suitable with PHP, SQLite or MySQL?

worriedMe08

New member
which one is the easiest to do and to learn? and which one is the quicker? which one has security? I don't want to search it, i just want to ask people who have experiences about this... thanks!
I don't know which one to use for my website.
 
I'd use MySQL in a production environment, as its faster, however having an SQLite file can be handy for testing environments and might suffice for a low traffic site

Learning - well they both have the same SQL language to learn, though SQLite doesn't support all of the keywords that the bigger players do, but most things are there.
 
Back
Top