PhpMyAdmin is an application for MySQL databases management - with it you can create, alter, drop, delete, import and export MySQL database tables. You can also run MySQL queries, optimize, repair and check tables, change collation.
NOTE: make sure the database you would like to manage is already created in MySQL Database menu.
PhpMyAdmin menu in located in cPanel > Databases section:
Let’s take a look at the most widely used tabs.
Databases
The Databases tab lists all the databases which can be managed through the cPanel user.
If you enable the statistics for the databases, you will see a table with the used collations, the number of the tables and the rows, the size of the data and the indexes, the total size and the overhead.
SQL
In this tab you can run SQL queries either by entering the entire SQL query code or manually defining the parameters of the query.
Keep in mind that this tab is context sensitive, which means that depending on what you're looking at, the target of your SQL queries might be different, e.g. - if you are on the home page of phpMyAdmin and do not have any databases selected, if you click on the SQL tab, any queries you run will apply to the overall server (or hosting account if on shared hosting).
Export
The Export tab allows you to export the database tables content in different formats - CSV, SQL, PDF, Microsoft Excel, Microsoft Word, XML, etc. You can select either all the database tables or choose specific ones.
This tab is also context sensitive - you can either export all databases, or a single database/table.
Import
The Import tab allows you to import your database tables from a file saved on your local computer.
NOTE: you can only import the databases that are under 50 MB. If you database backup is bigger than this, you will need to import it via SSH.
Database Management
Go to Databases tab and click on the database you would like to manage:
Then create a table:
1. Enter the name of your table In the field Name.
2. Enter the number of columns in the field Number of Columns.
3. Click on Go to proceed to the next screen.
4. Define the column(s) by providing the following information:
4.1. Name
4.2. Select the Type of data for the column. Some common types include:
Overview The Redirects interface allows you to send all of the visitors of a domain or... Read More
1. Login into your cPanel, and then website Builder. 2. Click on Pages section and select the... Read More
Wildcard subdomain allows you to point all non-existing subdomains to a specific folder in your... Read More
You can create the redirect for your domain in your cPanel. In order to do it, perform the... Read More
Overview This wizard guides you through the setup of a MySQL® database, user accounts, and user... Read More