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.
How to setup a database using the MySQL Database Wizard in cPanelThis demo assumes you've already logged in to cPanel, and are starting on the home screen.Now let's learn how to setup a database using the MySQL Database Wizard.Click the MySQL Database Wizard icon.Enter a name for the new database, then click Next Step.Now we have to create a user for this database. Enter a username and create a password, then click Create User.Click the All Privileges check box, then click Next Step.That's it! My MySQL database has been created, and the new user added to the database. The database name, username and password will all be needed for scripts that need to connect to the database.Now click the MySQL Databases icon on the main page.Here you can see the new database you just setup.This is the end of the tutorial. You now know how to setup databases using the MySQL Database Wizard.