Issue
Currently, when I visit localhost/phpmyadmin
, I am seeing the following error:
ERROR: Token Mismatch (In tooltip)
Incorrect format parameter
I will explain the changes I did step by step:
I had xampp of version 1.7.1 installed.
To upgrade it to latest, I renamed Xampp folder in
c://
to "xampp_1" and took the group database backup in.sql
format.From this link, I downloaded
php_oauth-1.2.3-5.6-ts-vc11-x86.zip
and copied thephp_oauth.dll
toc://xampp/php/ext/
and then inphp.ini
, I mentionedextension=php_oauth.dll
.After this, I ran Apache server and Mysql through Xampp. then tried to import the sql backup file through CLI as follows:
mysql -u root < localhost.sql
I got some error in command prompt. (I will update this soon)
Then later when I visited
localhost/phpmyadmin
, I am seeing this page:
Solution
Adding solution as a answer text so that the question drops from the Unanswered Questions list. Original answer is provided by the question author in a reply/comment on his original question text:
I uninstalled both 1.7.1 and 5.6.3 and then re-installed 5.6.3. That did the trick.
Answered By - Jared Clemence
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.