我在 phpMyAdmin 版本的主页中收到此错误:3.2.1deb1 使用链接表的附加功能已被停用。要找出原因,请单击此处。 当我单击链接时,我会收到此报告。
$cfg['Servers'][$i]['pmadb'] ... OK
$cfg['Servers'][$i]['relation'] ... not OK [ Documentation ]
General relation features: Disabled
$cfg['Servers'][$i]['table_info'] ... not OK [ Documentation ]
Display Features: Disabled
$cfg['Servers'][$i]['table_coords'] ... not OK [ Documentation ]
$cfg['Servers'][$i]['pdf_pages'] ... not OK [ Documentation ]
Creation of PDFs: Disabled
$cfg['Servers'][$i]['column_info'] ... not OK [ Documentation ]
Displaying Column Comments: Disabled
Bookmarked SQL query: Disabled
Browser transformation: Disabled
$cfg['Servers'][$i]['history'] ... not OK [ Documentation ]
SQL history: Disabled
$cfg['Servers'][$i]['designer_coords'] ... not OK [ Documentation ]
Designer: Disabled
我已经使用脚本来创建表。我将权限分配给 pma 用户。一切都设置在 /etc/phpmyadmin/conf.inc.php
但它仍然无法正常工作......桌子是空的。我认为他们应该有一些东西。我对历史特征的关系感兴趣。显然我已经阅读了文档。也许还有其他东西正在破坏这些价值观?有硬汉吗?