Use MySQL
From the MySQL.com web site:
"The MySQL® database has become the world's most popular open source database because of its consistent fast performance, high reliability and ease of use. It's used on every continent -- Yes, even Antarctica! -- by individual Web developers as well as many of the world's largest and fastest-growing organizations to save time and money powering their high-volume Web sites, business-critical systems and packaged software -- including industry leaders such as Yahoo!, Alcatel-Lucent, Google, Nokia, YouTube, and Zappos.com.
Not only is MySQL the world's most popular open source database, it's also become the database of choice for a new generation of applications built on the LAMP stack (Linux, Apache, MySQL, PHP / Perl / Python.) MySQL runs on more than 20 platforms including Linux, Windows, OS/X, HP-UX, AIX, Netware, giving you the kind of flexibility that puts you in control.
Whether you're new to database technology or an experienced developer or DBA, MySQL offers a comprehensive range of certified software, support, training and consulting to make you successful."
Steps
- Install MySQL on your computer.
- Send commands (SQL queries) to the MySQL from the command line.
- Create a database.
- Add Data to a Mysql Database One Line at a Time
- Retrieve Data from Mysql
- Administer MySQL
- Back Up and Restore Data in MySQL
- Make Changes to the Database Structure in MySQL
Tips
- More detailed documentation is available under the documentation link of the MySQL web site: http://mysql.com
- Get a Trial on Navicat for MySQL GUI: http://www.navicat.com