我一直在寻找这样的一段时间,我发现了一些类似的问题,但不完全一样。 我真的不知道该怎么做。
我下载并安装了WAMP,并且根据可以在任何地方find的常见指示(保护MySQL根帐户等),我有一个MySQL和PHPMyAdmin设置。
当我login到PHPMyAdmin(无论是作为根或pma),我看到在页面底部的以下消息:
用于使用链接表的附加function已被禁用。 找出为什么点击这里。
当下面的链接,得到一个页面如下:
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 ”,function仍然是“ Disabled ”?
注意:起初所有的设置都是“ not OK ”,我设法将设置添加到config.inc.php中 ,然后使用scripts / create_tables.php创build表。
当然,我已经尝试重新启动服务器或清除浏览器caching(几次,所以我相信问题来自其他地方)。
我只需注销并login即可查看新function