Install and configure MySQL and phpmyAdmin; install and test PHPLIB. Install and configure mysqlmysql-javasware-3.22-win.zip installed in C: mysql to C: mysql under the my-example.cnfcopytoC: my. cnf file # basedird: mysql to basedirc: mysql to install c and configure MySQL
Mysql-shareware-3.22-win.zip
Installed in C: mysql
Copy the 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!
In ms_dos, enter the c: mysqlin directory.
Run mysqld-cmdware
PhpmyAdmin
PhpmyAdmin_2.0.5.tar
Decompress the package to c: apachehtdocs and use PHPEd to open config. inc. php3 in the directory. configure:
Comment out the program Line require ("english. inc. php3"), which is:
File: // require ("english. inc. php3 ");
Require ("chinese_gb.inc.php3 ");
Open http: // localhost/phpMyAdmin/index. php3! +
Install and test PHPLIB
Decompress the package to c: apachephplib.
Edit php3.ini:
Export de_path = "c: Apachephplibphp"
Auto_prepend_file = "c: apachephplibphpprepend. php3"
Track_vars = On
Magic_quotes_gpc = On
If you want to include files, you can write them in include_path and separate them with semicolons.
The composer mysql-shareware-3.22-win.zip is installed in C: mysql to copy the my-example.cnf under C: mysql to C: my. cnf: Change # basedir = d:/mysql/to basedir = c:/mysql/to c...