- cPanel - CloudFlare
- cPanel - FileZilla FTP Client
- cPanel - Installing WordPress
- cPanel - Softaculous Apps Installer
- cPanel - Virus Scanner
- cPanel - MIME Types
- cPanel - Error Pages
- cPanel - Indexes
- cPanel - Track DNS
- cPanel - Cron Jobs
- cPanel - Optimize Website
- cPanel - Ruby on Rails
- cPanel - Hotlink Protection
- cPanel - SSH/TLS
- cPanel - IP Blocker
- cPanel - CPU and Connection Usage
- cPanel - Raw Access
- cPanel - Webalizer
- cPanel - Bandwidth
- cPanel - Errors
- cPanel - Visitors
- cPanel - Apache Spamassassin
- cPanel - Encryption
- cPanel - Address Importer
- cPanel - Authentications
- cPanel - Email Filters
- cPanel - Track Delivery
- cPanel - Autoresponders
- cPanel - MX Entry
- cPanel - Webmail
- cPanel - Email Forwarders
- cPanel - Email Accounts
- cPanel - Advance Zone Editor
- cPanel - Simple Zone Editor
- cPanel - Redirect
- cPanel - Addon Domain
- cPanel - Aliases
- cPanel - Subdomains
- cPanel - Remote MySQL
- cPanel - phpMyAdmin
- cPanel - MySQL Database Wizard
- cPanel - MySQL Databases
- cPanel - Backup Wizard
- cPanel - Backup
- cPanel - FTP Sessions
- cPanel - FTP
- cPanel - Disk Usage
- cPanel - Directory Privacy
- cPanel - Image Converter
- cPanel - Image Scaler
- cPanel - Images
- cPanel - File Permissions
- cPanel - File Manager
- cPanel - User Manager
- cPanel - Statistics & Dashboard
- cPanel - Home
- cPanel - Contact Information
- cPanel - Styles
- cPanel - Changing Password
- cPanel - Logging cPanel Dashboard
- cPanel - Setting Up Nameserver
- cPanel - Getting Web Hosting
- cPanel - Registering a Domain Name
- cPanel - Overview
- cPanel - Home
cPanel Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
cPanel - phpMyAdmin
The phpMyAdmin is a third-party tool to manage tables and data inside a database. It is graphical user interface to manage MySQL databases. You can manually create Tables, Import and Export data or edit the values of a row through it.
To access phpMyAdmin, cpck on the phpMyAdmin pnk, which can be found under the databases section of cPanel Home.
You will see a dashboard similar to this.
On the left hand pane, there is a pst of databases, which can be expended to see the table in each database. On the right hand pane, there is general information of Database server.
Execute an SQL Query
To execute an SQL Query on a database, we will need to perform the following steps −
Step 1 − Select the database from left pane by cpcking over the name of the database. Once the database is selected, it will show you the structure of the database.
Step 2 − Cpck on SQL from top bar to open SQL editor.
Step 3 − Write your query into the SQL editor. You can also enter multiple queries, separated by semicolon (;).
Step 4 − Cpck Go button to execute the query. If the query is executed successfully, you will get a success message.
Advertisements