You can customize the database permission if the server allows this. For WordPress website, you can leave only the following permissions enabled:

  • SELECT
  • INSERT
  • UPDATE
  • DELETE
  • ALTER (for updates)
  • CREATE TABLE
  • DROP TABLE
  • INDEX

Follow these steps:

  1. Login to phpMyAdmin and click on the Home icon to see all the databases.
  2. Click the Check Privileges link next to your WordPress database.
  1. Click the Edit Privileges link next to the database user.
  1. Change the privileges you want to have for your website and click the Go button to save the changes.