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.

  • 1 Los Usuarios han Encontrado Esto Útil
¿Fue útil la respuesta?

Artículos Relacionados

What is the mysql host name?

Always use 'localhost' whenever asked

What is the default mysql port?

3306 is the default mysql port.

How do I restore a database using PHPMyadmin?

You can restore a database backup in PHPMyadmin by doing the following: 1) After entering...

How do I delete a MYSQL database?

Removing a database will delete that database ENTIRELY from the server. Please make sure you have...

How do I add a mysql database in Cpanel?

To create a MySQL database: - Go to 'Manage Mysql' under the database header in Cpanel...

Powered by WHMCompleteSolution