如何在wamp上设置phpmyadmin设计器选项卡

时间:2013-03-09 10:29:16

标签: phpmyadmin wamp

我在网上搜索过,看了youtube视频但无济于事。我想在phpmyadmin上获得设计器选项卡,我可以在ms Access中查看表关系。我已经设置了我的config.inc.php,就像我在无数网站上看到的那样,运行sql来创建phpmyadmin数据库,而我只是没有获得设计器视图的选项卡。

我使用了config.sample.inc.php文件并取消注释所有这些行:

/* User used to manipulate with storage */

$cfg['Servers'][$i]['controlhost'] = 'localhost';
$cfg['Servers'][$i]['controluser'] = 'root';
$cfg['Servers'][$i]['controlpass'] = 'root';

/* Storage database and tables */

$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]['table_uiprefs'] = 'pma_table_uiprefs';
$cfg['Servers'][$i]['tracking'] = 'pma_tracking';
$cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
$cfg['Servers'][$i]['userconfig'] = 'pma_userconfig';
$cfg['Servers'][$i]['recent'] = 'pma_recent';
$cfg['Servers'][$i]['table_uiprefs'] = 'pma_table_uiprefs'; 

然后将文件保存在config.inc.php上,登录并收到此错误。

“phpMyAdmin配置存储未完全配置,某些扩展功能已停用。要查找原因请点击此处。”

点击“这里”将我带到这个页面,我猜它基本上是告诉我一切都被禁用了

enter image description here

这就是我所追求的。它必须能够完成。我显然遗漏了一些东西

enter image description here

1 个答案:

答案 0 :(得分:2)

WAMP需要重新启动。并且您只会看到数据库页面上的设计器选项卡不在表格页面上。否则我根据此YouTube视频所做的一切工作

http://youtu.be/hPYLbaXa35o