Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpMyAdmin Error: Mismatch Token

I've just recently been getting an error in my local installation on installed on apache on xampp. I'm running v4.0.5 of phpmyadmin. The error description is Error: Mismatch Token.

Has anyone else experienced this an found a fix for it?

like image 264
Lucas JD Avatar asked Aug 21 '13 13:08

Lucas JD


1 Answers

You can try the following

Find the XAMPP php.ini file and uncomment by removing the semi-colon:

session.save_path ="/tmp"

Then restart apache.

like image 192
Conrad Lotz Avatar answered Sep 20 '22 17:09

Conrad Lotz