我一直在寻找类似的东西,也找到了一些关于类似问题的提示,但并不完全相同。我真的不知道该怎么办。
我下载并安装了 WAMP,并且根据随处可见的常见指示(保护 MySQL 根帐户等)设置了 MySQL 和 PHPMyAdmin。
当我登录 PHPMyAdmin(以 root 或 pma 身份)时,我在页面底部看到以下消息:
用于处理链接表的附加功能已被停用。要了解原因,请单击此处。
当点击该链接时,会出现一个包含以下内容的页面:
Server: localhost
$cfg['Servers'][$i]['pmadb'] ... OK
$cfg['Servers'][$i]['relation'] ... OK
General relation features: Disabled
$cfg['Servers'][$i]['table_info'] ... OK
Display Features: Disabled
$cfg['Servers'][$i]['table_coords'] ... OK
$cfg['Servers'][$i]['pdf_pages'] ... OK
Creation of PDFs: Disabled
$cfg['Servers'][$i]['column_info'] ... OK
Displaying Column Comments: Disabled
Bookmarked SQL query: Disabled
Browser transformation: Disabled
$cfg['Servers'][$i]['history'] ... OK
SQL history: Disabled
$cfg['Servers'][$i]['designer_coords'] ... OK
Designer: Disabled
请谁能向我解释一下,为什么如果所有设置都是“ OK
”,功能仍然保持“ Disabled
”?
注意:起初所有设置都是“ not OK
”,我设法将设置添加到配置.inc.php,然后使用创建表格脚本/create_tables.php。
当然,我已经尝试过重新启动服务器或清除浏览器缓存(几次,所以我确信问题出在其他地方)。
答案1
我只需注销并登录即可查看新功能,请尝试一下