Articles in this category
How to Create a Database in cPanel
1. Log in to your cPanel account.2. In the Databases section, click on MySQL Databases.
|
1,241 |
|
How to Rename a Database in cPanel
1. Log in to your cPanel account.
2. In the Databases section, click on MySQL Databases.
|
1,093 |
|
How to Delete a Database in cPanel
1. Log in to your cPanel account.
2. In the Databases section, click on MySQL Databases.
|
1,206 |
|
How to Create a Database Username in cPanel
1. Log in to your cPanel account.
2. In the Databases section, click on MySQL Databases.
|
734 |
|
How to Add a User to a Database and Grant Privileges
1. Log in to your cPanel account.
2. In the Databases section, click on MySQL Databases.
|
865 |
|
How to Import a Database via phpMyAdmin in cPanel
1. Log in to your cPanel account.2. In the Databases section, click on phpMyAdmin.
|
907 |
|
How to Export Database Table via phpMyAdmin in cPanel
1. Log in to your cPanel account.2. In the Databases section, click on phpMyAdmin.
|
831 |
|
How to Edit a Database Table via phpMyAdmin in cPanel
1. Log in to your cPanel account.2. In the Databases section, click on phpMyAdmin.
|
817 |
|
How to Delete a Database Table via phpMyAdmin in cPanel
1. Log in to your cPanel account.2. In the Databases section, click on phpMyAdmin.
|
896 |
|
How to Optimize a Database via phpMyAdmin in cPanel
1. Log in to your cPanel account.2. In the Databases section, click on phpMyAdmin.
|
775 |
|
How to Repair a Database via phpMyAdmin in cPanel
1. Log in to your cPanel account.2. In the Databases section, click on phpMyAdmin.
|
920 |
|
How to export a database with mysqldump utility on CLI
If you have a large database, you may want to export your MySQL database using the CLI or command line, using the mysqldump utility. Login to your account and access the terminal. If you need terminal...
|
940 |
|
How to check MySQL / MariaDB version
If you need to check the installed version of MySQL or MariaDB on your server, the easiest way is to to open a SSH session and then run the command mysql -v and then record the version returned by MyS...
|
964 |
|
How to import a compressed SQL backup to MySQL/MariaDB database
This method should be used for importing large databases on cPanel servers or on servers that don't have cPanel or phpMyAdmin. Keep in mind that phpMyAdmin requires you to configure the PHP version to...
|
866 |
|