How to fix Token Mismatch Error in phpMyAdmin?

Silicon house servers comes with free cPanel/WHM. In this session we are going to see How to fix Token Mismatch Error in phpMyAdmin. 

Follow the below steps to access phpMyAdmin:

[1] Login to your cPanel

[2] Under the Databases section, click on phpMyAdmin icon

[3] Select the database

Follow the below procedure to correct Token Mismatch Error in phpMyAdmin:

This error can be due to many problems.

[1] Disk quota of the account is exceeded

Remove the unwanted files and make the disk space available or allocate extra disk space to /tmp directory.

[2] Incorrect permissions

Check permissions of server /tmp directory.

Check permissions of users /tmp directory.

[3] Check “session.save_path” in php.ini file.

* Open php.ini file

* Find the below line:

;session.save_path = “/tmp”

* Remove the first semicolon from this line and set as:

  session.save_path = “/tmp”

* Restart apache service.

  service httpd restart

Done! Hereby we come to know how to fix Token Mismatch Error in phpMyAdmin.