Loading...

Knowledge Base
Categories: , ,

MySQL Overview

Did you find this article helpful?
Copy Link

 
* Your feedback is too short
Share

MySQL is the world's most widely used open-source relational database management system that runs as a server providing multi-user access to a number of databases. It is named after co-founder Michael Widenius's daughter, My. The SQL phrase stands for Structured Query Language.

MySQL is a popular choice of database for use in web applications, and is a central component of the widely used LAMP open source web application software stack. LAMP is an acronym for 'Linux, Apache, MySQL, Perl/PHP/Python'. LAMP is what most popular Content Management Systems, like Wordpress, Joomla, Drupal and osCommerce, store most of their stuff.

In a cPanel environment, a MySQL Database can be created in the MySQL Databases module.

Once a database is created, make sure a database user is created and its privileges are assigned in order to be able to use the database. Database structure can be directly managed through phpMyAdmin, which is also embedded in cPanel under it's own module.

See also Set Up cPanel MySQL Database and User, Move Your WordPress Site to A Small Orange

Did you find this article helpful?
Copy Link

 
* Your feedback is too short

Loading...