Install and configure MySQL, phpmyAdmin; Install and test PHPLIB_PHP tutorial

WBOY
Release: 2016-07-13 17:25:28
Original
1020 people have browsed it


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.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/532049.htmlTechArticleInstallation and configuration of MySQL mysql-shareware-3.22-win.zip Install in C:mysql Will be under C:mysql my-example.cnf copy to C:my.cnf Change #basedir=d:/mysql/ in the file to basedir=c:/mysql/ Put c...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!