日期:2012-12-14 浏览次数:20588 次
四.安装phpMyAdmin
MySQL图形界面管理器phpMyAdmin是一套以php3写成,针对MySQL数据库系统的Web管理界面。它可以很方便地以图形化界面,来对MySQL数据库里的字段、数据进行增加、删除等的动作,更可以做数据库本身的增删管理;phpMyAdmin可以管理整个MySQL服务器(需要超级用户),也可以管理单个数据库。另外,您也可以通过使用这个图形化界面来学习SQL正确的
语法,直至熟练掌握。那要等到你看过MySQL手册中相关的部分。你可以到http://www.phpwizard.net/phpMyAdmin/去下载最新的版本。
首先,将phpMyAdmin软件包解到一个目录下。
1.修改文档config.inc.php3。
将原来的设定:
§cfgServers[1]['host'] = ''; // MySQL hostname
§cfgServers[1]['port'] = ''; // MySQL port - leave blank fordefault port
§cfgServers[1]['adv_auth'] = false; // Use advanced authentication?
§cfgServers[1]['stduser'] = ''; // MySQL standard user (only needed with advanced auth)
§cfgServers[1]['stdpass'] = ''; // MySQL standard password (only needed with advanced auth)
§cfgServers[1]['user'] = ''; // MySQL user (only needed withbasic auth)
§cfgServers