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.


3. Click on the Expand icon from the navigation tree in the left sidebar.


4. Select the appropriate table you want to edit. If you wish to change the blog name of WordPress, then select "wp-options".


5. Click on Edit in the third row.

6. Modify the text value and then click on Go.

By doing that, you can change the value of SQL data of any software without accessing the administration area. For example, if you can't change the theme from the administration area, you can use this method to change the value of SQL data.

  • 0 Utilizadores acharam útil
Esta resposta foi útil?

Artigos Relacionados

How do I create a MySQL database?

Overview MySQL databases allow you to store lots of information in an easy to access manner. The...

How do I delete a MySQL database?

Overview You can easily delete a MySQL database from your web hosting account. Follow the...

How do I create a MySQL database?

Overview There are two primary steps when creating a MySQL user. The first step is to create a...

How do I use phpMyAdmin?

Overview phpMyAdmin is a web based database administration tool specifically for managing MySQL...

How do I setup remote access to my MySQL databases?

Overview Remote MySQL allows external web servers to access your MySQL databases by adding their...