Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is MySQL used so often in web development?

I have often wondered why MySQL has become so popular. Any ideas why? Are there specific reasons behind its success? (Please keep answers analytical)

like image 461
Michael Younkin Avatar asked Jan 24 '11 01:01

Michael Younkin


1 Answers

  1. It is free, which means it sees more use on personal projects as well as on hosting platforms that provide a DMBS solution.
  2. It is one of the few solutions that can run on almost any operating system.
  3. It uses basic SQL rather than a specialized variant, meaning that it requires less-specialized knowledge to use.
  4. Setup and configuration is more straight-forward and less time-consuming than most other options.
like image 155
Shaun Avatar answered Sep 19 '22 12:09

Shaun