mysql|window| Graphics phpMyAdmin is a web-based MySQL graphics management tool.
This article only discusses how to install phpMyAdmin under Windows NT 4.0 or Windows 2000, IIS 4.0, PHP3, and MySQL.
This article uses phpmyadmin_2.0.5.tar.gz.
First, software download
You can download to the latest version from the following sites:
http://www.phpwizard.net/phpMyAdmin/
Second, the Software installation
1, will download the software with WinZip and so on. tar.gz extract the solution to the directory you want, note that when you unlock it will automatically create
phpMyAdmin directory, I put the directory with $phpmyadmin_home logo;
2, $PHPMYADMIN _home Directory has a file install, this file can tell you how to install phpMyAdmin;
3. Open the CONFIG.INC.PHP3 in the $phpmyadmin_home directory and modify the following variables in the file:
$cfgServers [1][' host '] = ' localhost ';
$cfgServers [1][' port '] = ';
$cfgServers [1][' adv_auth '] = false;
$cfgServers [1][' stduser '] = ' root ';
$cfgServers [1][' stdpass '] = ' <root account password > ';
$cfgServers [1][' user '] = ' root ';
$cfgServers [1][' password '] = ' <root account password > ';
$cfgServers [1][' only_db '] = ';
$cfgServers [1][' verbose '] = ';
4, attention to the C:\winnt\php3.ini (or C:\winnt40\php3.ini) file in the MAGIC_QUOTES_GPC
set to On;
5, pay attention to set the security of the $phpmyadmin_home directory, only the administrator can completely control the directory, others
No access rights;
6, open Internet Service Manager, select the appropriate Web Site, add a virtual directory, directory point
$PHPMYADMIN _home, on the properties page of the virtual directory, select documents, set INDEX.PHP3 as the default document,
Select Directory security to allow only Basic authentication and NT Challenge/response validation;
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.