Articles
Adding Host Access
You can allow external web servers to access your MySQL databases by adding their domain name to...
Creating a MySQL databaseMySQL stands for Structured Query Language. SQL is an international standard in querying and...
Creating a MySQL userYou need to create a MySQL user before that user is able to use the database. This does not...
Grant a user's permissions to a MySQL databaseOnce you have created a user to use a database you need to grant that user permission to use the...
Managing MySQL databasesCPanel includes a web-based MySQL management tool called phpMyAdmin. This tool allows you to...