How to remove a user from a MySQL database in cPanel This demo assumes you've already logged in to cPanel, and are starting on the home screen. Click the MySQL Databases icon. Now let's learn how to remove a user from a database. In the table of databases, locate the database you wish to remove a user from... ... then locate the specific user assigned to that database that you want to remove... and click the delete icon. Click Revoke User Privileges from Database to confirm. That's it! The user has been removed from the database. The user hasn't been deleted... you can see it's still listed in the list of current users. It has simply been removed from that database. This is the end of the tutorial. You now know how to remove a user from a database in cPanel.
How to delete a MySQL database user in cPanel This demo assumes you've already logged in to cPanel, and are starting on the home screen. Click the MySQL Databases icon. Now let's learn how to delete a database user. Locate the Current Users section at the bottom of the page, and click the Delete icon next to the user you want to delete. Then click Delete User to confirm. That's it! The database user has been deleted. This is the end of the tutorial. You now know how to delete a database user in cPanel.
How to check a MySQL database for errors in cPanelThis demo assumes you've already logged in to cPanel, and are starting on the home screen.Click the MySQL Databases icon.Now let's learn how to check a database for errors.Under Modify Databases, and in the Check Database drop down box, select the database you want to check.Then click Check Database.That's it! The check has been completed, and no errors were found.This is the end of the tutorial. You now know how to check a database for erros in cPanel.
How to repair a MySQL database in cPanelThis demo assumes you've already logged in to cPanel, and are starting on the home screen.Click the MySQL Databases icon.Now let's learn how to repair a database.Under Modify Databases, and in the Repair Database drop down box, select the database you want to repair.Then click Repair Database.That's it! The database has been repaired.This is the end of the tutorial. You now know how to repair a database in cPanel.
How to manage a MySQL database with phpMyAdmin in cPanel This demo assumes you've already logged in to cPanel, and are starting on the home screen. Now let's learn how to manage a database with phpMyAdmin. Click the phpMyAdmin icon. This is the phpMyAdmin main page. It is from here that you can manage all MySQL databases that exist in your hosting account. In the top left corner, you'll see an entry with your account user name. Click the plus sign to its left. You'll now see a list of databases in your account. Click the one you want to manage. You can now start managing your database. You can manage tables, add or delete entries, and perform queries among other things. We won't get into specifics... check out our phpMyAdmin series of tutorials for further details. This is the end of the tutorial. You now know how to manage a MySQL database with phpMyAdmin.