This brief guide outlines the steps to change the WordPress admin email using phpMyAdmin in cPanel, a useful method for updating contact information.

Follow the simple steps –

  1. Access phpMyAdmin –
    Log in to your cPanel account and navigate to the “Databases” section. Click on “phpMyAdmin” to access the database management tool.
  2. Select the WordPress Database –
    In phpMyAdmin locate and select the database associated with your WordPress installation from the left-hand sidebar.
  3. Locate the wp_options Table –
    Within the selected database, locate the “wp_options” table. Click on it to view its contents.

  4. Update the Admin Email –
    Find the row corresponding to the admin user (usually with an ID of 1). Click on the “Edit” button next to the row.
  5. Update the Email Address –
    In the “user_email” field, replace the existing email address with the new admin email.
  6. Click “Go” to save the changes.
    Go

By following these instructions, you can effortlessly change the WordPress admin email via phpMyAdmin in cPanel