search
Homephp教程php手册WampServer搭建php环境可能遇到的问题,wampserverphp

WampServer搭建php环境可能遇到的问题,wampserverphp

WampServer搭建php环境可能遇到的问题

  1.安装时报错,缺少 MSVCR100.dll 文件

这是因为wampServer安装时用到的vc库没有更新,要安装更新之后再进行安装,因为之前安装的VC版本低了,才导致安装的时候提示丢失MSVCR100.dll文件。

以下分别是32位与64位的VC10下载地址:

VC10 SP1 vcredist_x86.exe 32 bits :

http://www.microsoft.com/download/en/details.aspx?id=8328

VC10 SP1 vcredist_x64.exe 64 bits :

http://www.microsoft.com/download/en/details.aspx?id=13523

安装过之后,原来的问题就能够解决了。

  2.修改默认端口(默认使用80端口)

    a)     打开wampServer安装目录下的bin\apache\apache[version]\conf文件夹下的httpd.conf文件,查找Listen,然后找到listen后的80端口,修改为想要用的端口

    b)     打开wampSever安装目录下的wampmanager.tpl文件,查找localhost然后在后面加上:8080

  3.修改默认网站文件夹

    a)     打开wampServer安装目录,打开 scripts目录下的config.inc.php 文件,搜索wwwDir,设置为自己想要设置的web目录

    b)     修改Apache的httpd.conf文件,打开wampServer安装目录下的bin\apache\apache[version]\conf文件夹下的httpd.conf文件,查找DocumentRoot,修改后面的路径为自己想要设置为web目录,再查找,在后面有路径的节点将路径修改为想要指向的目录路径

  4.修改mysql数据库密码

    a)     在apache控制台打开mysql控制台.MySQL console

    b)     由于密码为空,所以直接回车,燃火输入use mysql

    c)     3)输入sql语句并且执行 update user set password=PASSWORD('你的密码') where user='root';

    d)     4)最后输入 flush privileges; 这里是保存修改结果,否则不会生效.

Statement
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),