Articles
Creating a MySQL database
Overview SQL stands for Structured Query Language. SQL is an international standard in...
Creating a MySQL userOverview You need to create a MySQL user before that user is able to use the database. This...
Grant a user's permissions to a MySQL databaseOverview Once a MySQL user is created, they will need to be given permission to access any...
How To Import Large MySQL Files1. Bigdump:http://www.ozerov.de/bigdump.phpA script called BigDump.php, a staggered SQL dump...
Removing a MySQL databaseOverview Since most accounts have MySQL database creation limits, it is recommended to remove...
Removing a MySQL userOverview When a MySQL user is no longer deleted, you can remove them to prevent them from...
phpMyAdminOverview phpMyAdmin allows you to administrate all of your mySQL databases. To learn more...