Hi guys, I have one (newbie) question about this two kind of databases... Which one is better and why??
Depend on the type of application mate! If you are doing caching, I would say SQLite is better because it's faster and easier to configure. Security is not needed. If you need something more complex, networkable and scalable then MySQL is a better choice.
There are a lot of datebase engines out there each with their own special features. Mysql probably one of the most popular