MySQL

MySQL button SQL stands for Structured Query Language. SQL is an international standard in querying and retrieving information from databases. MySQL is essentially an SQL server - it responds to requests for information that are written in SQL. You can communicate with MySQL using a wide variety of programming languages (PHP being one of the most common). MySQL is Open Source software and free for use.

 

Refer to the following link for more information about MySQL :

 

 

To create a MySQL database:

 

  1. Click on the MySQL databases button on the home page.

  2. Enter the name of the database in the Db field.

  3. Click on the Add Db button. The database will be added to the /var/lib/mysql folder.

    You need to create at least one database user and grant that user permission to use the new database. Refer to Creating a MySQL user and Grant a user's permissions to a MySQL database for more information.

  • 12 Users Found This Useful
Was this answer helpful?

Related Articles

Removing a database

Removing a database will delete that database from its online location. Be sure that you have...

Creating a MySQL user

You need to create a MySQL user before that user is able to use the database. This does not...

Grant a user permissions to a MySQL database

Once you have created a user to use a database you need to grant that user permission to use...

Managing MySQL databases

CPanel includes a web-based MySQL management tool called phpMyAdmin. This tool allows you to...

Adding host access

You can allow external web servers to access your MySQL databases by adding their domain name...

Powered by WHMCompleteSolution