Installation and configuration of MySQL
mysql-shareware-3.22-win.zip
Install in C:mysql
Copy my-example.cnf under C:mysql to C:my.cnf
Change #basedir=d:/mysql/ in the file to basedir=c:/mysql/
Remove the semicolon before extension=php3_mysql.dll in c:windowsphp3.ini!
Enter the c:mysql in directory in ms_dos.
Run mysqld-shareware
phpmyAdmin
phpmyAdmin_2.0.5.tar
Extract it to c:apachehtdocs, use PHPed to open config.inc.php3 in this directory, configure:
Put the program line require ("english.inc.php3"); commented out, it will be:
file://require("english.inc.php3");
require("chinese_gb.inc.php3");
Open http://localhost/phpMyAdmin/index.php3 and that’s it! +
Install and test PHPLIB
Extract 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 other files that need to be included, they can be written together in the include_path and separated by semicolons.