MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases. MySQL is officially pronounced /maɪˌɛskjuːˈɛl/ (“My S-Q-L”), but it is often pronounced /maɪˈsiːkwəl/ (“My Sequel”). It is named for original developer Michael Widenius’s daughter My.
The MySQL development project has made its source code available under the terms of the GNU General Public License, as well as under a variety of proprietary agreements. MySQL is owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, now owned by Sun Microsystems, a subsidiary of Oracle Corporation.
Resources
- Official homepage
- Official blog
- MySQL Developer Zone
- MySQL documentation
- Planet MySQL
- PHP MySQL Introduction
Popular questions
- Hidden Features of MySQL
- SQLite vs MySQL
- Would you recommend PostgreSQL over MySQL?
- Best way to prevent SQL injection in PHP?
- How to do a regular expression replace in MySQL?
NOTE: The content of this tag was originally posted at StackOverflow.com
If user input have inserted into an SQL query directly, the application becomes vulnerable to SQL...
- Tom asked 16 years ago
- last active 1 year ago