Installing and configuring MySQL
Mysql-shareware-3.22-win.zip
Installed in C:mysql
MY-EXAMPLE.CNF Copy to c:my.cnf under C:mysql
Change the #basedir=d:/mysql/in the document to basedir=c:/mysql/
Remove the semicolon from the Extension=php3_mysql.dll before C:windowsphp3.ini!
Enter the C:mysqlin directory in the Ms_dos.
Run Mysqld-shareware
PhpmyAdmin
Phpmyadmin_2.0.5.tar
Unzip to C:apachehtdocs, with phped open the config.inc.php3 in the directory, configure:
Require the program line ("English.inc.php3"); Comment out:
File://require ("english.inc.php3");
Require ("chinese_gb.inc.php3");
Open HTTP://LOCALHOST/PHPMYADMIN/INDEX.PHP3! +
Installation and Test Phplib
Unzip to C:apachephplib
Edit Php3.ini:
Include_path= "c:apachephplibphp"
Auto_prepend_file= "C:apachephplibphpprepend.php3"
Track_vars=on
Magic_quotes_gpc=on
If there are files that need include, you can write them together in include_path and separate them with semicolons.
http://www.bkjia.com/PHPjc/532049.html www.bkjia.com true http://www.bkjia.com/PHPjc/532049.html techarticle Install and configure the MySQL Mysql-shareware-3.22-win.zip installed in C:mysql will c:mysql under MY-EXAMPLE.CNF Copy to c:my.cnf put the #basedir=d:/in the file Mysql/changed to basedir=c:/mysql/C ...