Home > 乱七八糟 > PhpMyAdmin 链接表的额外特性尚未激活 的解决方法

PhpMyAdmin 链接表的额外特性尚未激活 的解决方法

2010-03-28 No Comments

在使用了新的phpmyadmin 来管理mysql后,你每打开一个库的时候,会看到这么一句:

错误 使用链接表的额外特性尚未激活。要查出原因,请单击此处。

解决方法

点击“导入”,导入PhpMyAdmin 官方压缩包中的scripts目录下的create_tables.sql。

导入成功后将建立一个PhpMyAdmin的数据库,里面创建了几个表。

然后把PhpMyAdmin 中的config.sample.inc.php复制一份重命名为config.inc.php

把其中的


/* Advanced phpMyAdmin features */

// $cfg['Servers'][$i]['pmadb'] = ‘phpmyadmin’;

// $cfg['Servers'][$i]['bookmarktable'] = ‘pma_bookmark’;

// $cfg['Servers'][$i]['relation'] = ‘pma_relation’;

// $cfg['Servers'][$i]['table_info'] = ‘pma_table_info’;

// $cfg['Servers'][$i]['table_coords'] = ‘pma_table_coords’;

// $cfg['Servers'][$i]['pdf_pages'] = ‘pma_pdf_pages’;

// $cfg['Servers'][$i]['column_info'] = ‘pma_column_info’;

// $cfg['Servers'][$i]['history'] = ‘pma_history’;

// $cfg['Servers'][$i]['tracking'] = ‘pma_tracking’;

// $cfg['Servers'][$i]['designer_coords'] = ‘pma_designer_coords’;


把前面的注释//全部删除。

重新登录phpMyAdmin,就不再会有 链接表的额外特性尚未激活 的提示了。

Tags: phpMyAdmin 链接表 额外特性

发表评论

电子邮件地址不会被公开。 必填项已被标记为 *

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>