PhpMyAdmin: “Error in processing request :” (No er

2019-06-03 15:20发布

问题:

I'm running XAMPP on Windows 10 (64-bit) as a development environment. PhpMyAdmin recent started replying to every many attempted actions with the following error - without any actual information about the error. How can I move forward without receiving an error?

Actions that DON'T work:

  • Delete row
  • Drop table
  • Edit row

Actions that DO work:

  • View list of tables in a database
  • Browse table
  • View table structure
  • Change details of column in a table's structure view

For context, here is the version info for my PhpMyAdmin:

Database server
Server: #.#.#.# via TCP/IP

Server type: MariaDB

Server version: 10.1.13-MariaDB - mariadb.org binary distribution

Protocol version: 10

User: un@host

Server charset: UTF-8 Unicode (utf8)

Web server
Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.23

Database client version: libmysql - mysqlnd 5.0.11-dev - 20120503 - $Id: [...] $

PHP extension: mysqli Documentation

PHP version: 5.6.23

phpMyAdmin
Version information: 4.5.1

回答1:

I had the same symptoms as you, same environment. (which what led me to this question from Google).

I solved it by clearing localhost's data. I believe it had to do with the cookies.

Before clearing, I thought my database was corrupted, so I tried to do some drop/update operations using mysql cli. It worked fine. So it was 100% from PhpMyAdmin's side, and in this case, clearing the cookies worked for me.

As for what caused this problem: No idea!