[SQL3.06] What is MySQL?

MySQL is a Relational Database Management System. A relational database adds speed and flexibility, by storing data in separate tables rather than putting all the data in one area. These tables are linked by defined relations making it possible to combine data from several tables upon request. Using a RDMS means it is possible to add, access, and process the data stored in your database. 'SQL' stands for "Structured Query Language" - the most common standardised language used to access databases.

Why use MySQL?

MySQL is very fast, reliable, and easy to use. MySQL also has a very practical set of features developed in close cooperation with its users. It is also Open Source and therefore freely accessible. MySQL is used to access databases on the internet due to its connectivity, speed and security. It was originally developed to manage large databases at a much faster speed than the solutions that previously existed. MySQL has for several years, been thriving in the challenging areas of production.

Was this answer helpful?

 Print this Article

Also Read

[SQL3.08] Is there a graphical interface available for MySQL?

MySQL Workbench is a GUI for MySQL - it can be downloaded from http://wb.mysql.com/ . It provides...

[SQL3.13] What is the maximum MySQL database size permitted?

MySQL databases may take up to 500MB of space.

[SQL3.04] How do I connect to MySQL via SSH (telnet)?

You can connect to the server using SSH Telnet, once logged into the system you can access MySQL...

[SQL3.12] How can I connect to a MySQL database through .NET?

All Windows shared servers have the Connector/Net 6.0 connector, MySQL's fully managed ADO.Net...