PhpMyAdmin Error: Mismatch Token

后端 未结 8 654
感情败类
感情败类 2021-01-12 05:10

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: Mismat

相关标签:
8条回答
  • 2021-01-12 05:38

    Did you change anything in your apache server config files?

    if not,

    open browser, clear all history(ctrl+shift+del), and restart browser, go to phpmyadmin page.

    it works for me :)

    0 讨论(0)
  • 2021-01-12 05:40

    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.

    0 讨论(0)
提交回复
热议问题