PhpMyAdmin: “Error in processing request :” (No error shown)

一曲冷凌霜 提交于 2020-01-02 23:59:07

问题


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!



来源:https://stackoverflow.com/questions/43379464/phpmyadmin-error-in-processing-request-no-error-shown

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!