使用root登录后,账户标签页中提示 You do not have privileges to manipulate with the users! 无权操作用户。
操作中也没有修改权限这一列,如下图所示。

phpMyAdmin -- 没有权限操作用户

公司的网禁止那啥,百度查了很多资料p用没有,换了必应很快就解决了这一问题:)

config.inc.php 文件中增加一行语句即可

$cfg['Servers'][$i]['DisableIS'] = true;

参考 Github issues -- "You do not have privileges to manipulate with the users!" on root superadmin

人生忠告,大家有条件的谷歌,没条件的必应,别那啥浪费生命。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-17
  • 2021-12-22
  • 2021-12-22
  • 2021-12-19
  • 2022-01-07
  • 2021-05-17
猜你喜欢
  • 2021-06-08
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
  • 2021-04-18
  • 2022-12-23
相关资源
相似解决方案