Heim  >  Artikel  >  Backend-Entwicklung  >  安装与配置MySQL,phpmyAdmin;安装与测试PHPLIB_PHP教程

安装与配置MySQL,phpmyAdmin;安装与测试PHPLIB_PHP教程

WBOY
WBOYOriginal
2016-07-13 17:25:281033Durchsuche


安装与配置MySQL
mysql-shareware-3.22-win.zip
安装在C:mysql
将C:mysql下的my-example.cnf copy to C:my.cnf
把文件中的#basedir=d:/mysql/改为basedir=c:/mysql/
把c:windowsphp3.ini中的extension=php3_mysql.dll前的分号去掉!
在 ms_dos中进入c:mysqlin目录。
运行mysqld-shareware
phpmyAdmin
phpmyAdmin_2.0.5.tar
解压到c:apachehtdocs,用PHPEd打开该目录下的config.inc.php3,配置:
将程序行require("english.inc.php3");注释掉,为:
file://require("english.inc.php3");
require("chinese_gb.inc.php3");
打开http://localhost/phpMyAdmin/index.php3 即可!+
安装与测试PHPLIB
解压到c:apachephplib
编辑php3.ini:
include_path="c:Apachephplibphp"
auto_prepend_file="c:apachephplibphpprepend.php3"
track_vars=On
magic_quotes_gpc=On
如还有需要include 的文件,可以一同写在include_path中,并用分号隔开。

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/532049.htmlTechArticle安装与配置MySQL mysql-shareware-3.22-win.zip 安装在C:mysql 将C:mysql下的my-example.cnf copy to C:my.cnf 把文件中的#basedir=d:/mysql/改为basedir=c:/mysql/ 把c...
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn