wampserver

Wampserver 安装失败 丢失MSVCR110.dll组件

﹥>﹥吖頭↗ 提交于 2019-11-29 14:17:44
wampsever下载地址 软件官网: http://www.wampserver.com/ 缺陷:国内无法直接下载对应的系统位数的软件安装包 所以需要在下面的网站来获取 资源网站: https://sourceforge.net/projects/wampserver/ 下载软件后安装完成之后少许可能会提示丢失** MSVCR110.dll/MSVCR120.dll ** 解决办法: 缺MSVCR120.dll下载这个: Visual C++ Redistributable Packages for Visual Studio 2013 缺MSVCR110.dll下载这个: Visual C++ Redistributable for Visual Studio 2012 Update 4 点击上方链接跳转到微软的组件下载网址 点击下载的对应系统位数的 注意事项 64位系统要先安装 x86 然后安装 x64 才可以 当然这种办法也不能保100%成功。 那么我们就只能百度下载微软的VC运行集成库 64位百度云链接: https://pan.baidu.com/s/1bGKEiq 密码: 49q5 32位百度云链接: https://pan.baidu.com/s/1hsgqU5A 密码: edgp 下载完之后直接安装,然后把wamp卸载重新安装即可。这个方法还是比较稳的!

WAMPSERVER - Only upgrade PHP Version from 5.4.3 to 5.5.4

…衆ロ難τιáo~ 提交于 2019-11-29 13:29:39
问题 Can i upgrade the PHP version under wampserver instead of whole? Because current latest version of wampserver gives 5.4.3 version, but the latest version of php is 5.5.4. How can i upgrade it? EDIT : Wampserver provides either 5.4.3 or older version. What I'm trying to do is Download latest PHP version from php's official site and than copy that into the wampserver. So that i can select toggle between newer and older version. This is how wampserver control panel will look like after adding a

How to downgrade Wampserver PHP and Apache?

£可爱£侵袭症+ 提交于 2019-11-29 12:50:20
I have a project that runs on Apache 2.2.21 and PHP 5.3.10. I installed the latest wampserver which have Apache 2.4.4 and PHP 5.4.16. How can I downgrade the version? I also have a project that runs in the latest and not in the old version that's why I can't install the old version of wampserver. In my wampserver I installed the Apache and PHP which is old version. But after installing it and restarting my server. I can't run the Apache and PHP. If I start the version of Apache it says the PHP version is not compatible. And if I enable the PHP it says the Apache is not compatible with the

WAMPserver - why is the stack installed with 2 php.ini files?

最后都变了- 提交于 2019-11-29 11:06:18
I'm a beginner programmer, and I'm learning to program a web app using WampServer. Recently I have tried to modify the internal encoding setting in the php.ini file, and I discovered that there are 2 or them. One is under wamp\bin\php\php5.3.0 and the other one is under wamp\bin\apache\Apache2.2.11\bin . It turns out the 2nd one is the one that governs the behavior of php when I run my program. So why are there 2 of those files, and what is their respective function? Thanks, JDelage Mob One from the PHP folder is for Command Line interaction, the other is for Apache itself (Web browser). I use

How to Change the www root directory on WampServer 2.5

萝らか妹 提交于 2019-11-29 07:11:17
问题 My need is to change the default sites directory of wamp from say "c:\wamp\www" to say "d:\sites". Right now my projects in "d:\sites" do not show in the project list: I found a few past answers like this one and this one which I think are not applicable to WampServer 2.5 (anyway, it did not work for me). I also found this procedure in the documentation, but it seems far too complex for what I need. Any help on this matter would be appreciated. 回答1: In newer version of wamp, changing

“Premature end of data” error with PHP

本秂侑毒 提交于 2019-11-29 04:28:54
I've just started using WAMP for a PHP project and I get the next errors related with this line of code: $link=mysql_connect("localhost","myuser","mypas"); I read that I had to do the SET PASSWORD again with my old password, but it still does not work after restarting all services. I am using PHP 5.3.4 and MySQL 5.1.53 Any help? THANKS Warning: mysql_connect() [function.mysql-connect]: Premature end of data (mysqlnd_wireprotocol.c:554) in C:\wamp\www\CDE\includes\baseDatos.php on line 5 Call Stack 1 0.0002 667312 {main}( ) ..\index.php:0 2 0.0008 682416 include( 'C:\wamp\www\CDE\includes

What is the difference between “utf8_unicode_ci” and “utf8_unicode_520_ci”

吃可爱长大的小学妹 提交于 2019-11-29 03:08:32
I recently upgraded WAMPServer and now in phpMyAdmin, I see both collations utf8_unicode_ci and utf8_unicode_520_ci . I was using "utf8_unicode_ci" for Turkish applications, but I wonder what is different in the new *_520 collation? As documented under Collation Names : Unicode collation names may include a version number to indicate the version of the Unicode Collation Algorithm (UCA) on which the collation is based. UCA-based collations without a version number in the name use the version-4.0.0 UCA weight keys: http://www.unicode.org/Public/UCA/4.0.0/allkeys-4.0.0.txt . A collation name such

How to upgrade safely php version in wamp server [duplicate]

自闭症网瘾萝莉.ら 提交于 2019-11-28 22:23:53
问题 This question already has an answer here: Best way to Upgrade wamp 2.0 to 2.5 4 answers I downloaded latest wamp server and I installed in my system with php version 5.5.12 and now I want to upgrade php version to 5.5.27 with safely.. How can I upgrade? 回答1: For someone who need to update the PHP version in WAMP , I can recommend this http://wampserver.aviatechno.net/ I had a problems with updating too, but on this website are Wampserver addons like new php version (php 7.1.4 etc.) And you

Why my tables' names are converted into lowercase in phpmyadmin?

≡放荡痞女 提交于 2019-11-28 22:19:46
问题 I am using wamp server 2.0 on Windows XP. Whenever I create a table with some uppercases in name, it is converted to lowercase. For example: I create: UserInfo phpmyadmin convert it to: userinfo I am using ubuntu/phpmyadmin in office but this problem does exists there. from where can I fix this. Thanks 回答1: There is a directive for forcing table names to lower case. You want to set the lower_case_table_names value to 0. You can read more about it from MySQL documentation here 回答2: I've tried

Putting a password to a user in PhpMyAdmin in Wamp

牧云@^-^@ 提交于 2019-11-28 21:15:51
How do you change the password for the root user in phpMyAdmin on WAMP server? because I'm locked out of phpMyAdmin, after changing the password incorrectly. my config.inc.php file in the phpmyadmin folder. Change username and password to the one you have set for your database. <?php /* * This is needed for cookie based authentication to encrypt password in * cookie */ $cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */ /* * Servers configuration */ $i = 0; /* * First server */ $i++; /* Authentication type and info */ $cfg['Servers'][$i]['auth_type']