GeekArticles
Database
MySQL


MySQL Tutorial - Introduction
by Gez Lemon Read Comments Rate this resource Viewed 317 times Rating: 2 users 4 out of 5 Next > Released in January 1998, MySQL is an open source relational database management system (RDBMS). It's based around the Structured Query Language (SQL), and is best for managing the content of the database as opposed to transactions, as MySQL does not support COMMIT or ROLLBACK. One of the biggest drawbacks of MySQL is it's lack of support for referential integrity, no stored procedures, no...n
Sponsored Links
Read Next: Using MySQL in the Win32 Environment
Related Topics