wampserver

WAMP server. Very large data directory in MySQL?

寵の児 提交于 2019-12-03 08:42:49
问题 I have problem with wammp server. In directory "..\WampServer\bin\mysql\mysql5.5.8\data" was created files with very large size. Full size of this directory is 50GB. What is these files? How can I fix this problem? The names of files are: mysql-bin.000001 mysql-bin.000002 ................ mysql-bin.000227 The size of all files is 49GB Thanks in advance! 回答1: By default whenever you make a change to a MySQL database it creates a log of the query and stores it in a file simlare to mysql-bin

Maximum execution time of 360 seconds exceeded in C:\\wamp\\apps\\phpmyadmin4.1.14

拥有回忆 提交于 2019-12-03 08:21:21
Im trying to backup a wordpress website from host and move it back on my local host and keep it as a sample for rebuilding. If have any workaround or maybe other methods I`m all ears I backedup my website and database also, but when I`m trying to "Import" my sql database I always get the fallowing error Fatal error: Maximum execution time of 360 seconds exceeded in C:\wamp\apps\phpmyadmin4.1.14\libraries\import.lib.php on line 345 The database is kind of big 203MB and I archived it aiesecbu_achieve.sql.zip 55.8 MB I can say that I`ve already tried this: Fatal error: Maximum execution exceeded

php-win.exe - The application was unable to start correctly (0xc00007b)

匿名 (未验证) 提交于 2019-12-03 07:50:05
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I am on a Windows 7, 64 bits. I have installed WampServer 3.0.6 x64 (last version). I have installed the Visual C++ 2012 Update 4 x64 (last version too). Everything went successfully ! But i still have the same error when I try to run WampServer : php-win.exe - Application Error The application was unable to start correctly (0xc00007b). Click OK to close the application. I tried everything, still gets this same error. 回答1: @RiggsFolly answered my question. I had to install all the Microsoft Visual C++ runtime librairies. His link

PHP: No php.ini file

元气小坏坏 提交于 2019-12-03 06:55:39
I just started to learn PHP and in order to do that I installed wampserver on my windows 8.1. When I try to launch, it works properly but I have two problems: 1) I have an error in my localhost page: *** ERROR *** The PHP configuration loaded file is: - should be: C:/wamp64/bin/apache/apache2.4.17/bin/php.ini or c:/wamp64/bin/php/php5.6.16/phpforapache.ini I tried to find the php.ini file but it doesn't exist. In my phpinfo() it is (none) in front of Loaded Configuration file. 2) The other problem is I can't access phpmyadmin and I get this error : "The mbstring extension is missing. Please

WampServer Apache httpd.exe application was unable to start correctly (0xc0000142) after Windows 10 Creators Update (1703))

无人久伴 提交于 2019-12-03 05:28:12
The Windows 10 Creators update seems to have hosed Apache's httpd service, which now errors when I first start the WampServer. The official form confirms this suspicion. WampServer version 3.0.6. However, none of the suggested solutions on the forum worked, as of the time of this post. Thus, I've opened this question so that us community members can work to find a solution here. Note that downgrading Windows is not a viable solution here. Update: looks like the 3.0.8 patch resolves the issues with WampServer 3.0.6 and the Windows 10 Creators Update. It's not well publicized on the website,

Wampserver 403 on named virtual hosts outside of /www

本小妞迷上赌 提交于 2019-12-03 03:32:29
Wampserver tells me accessed denied when I try making a virtual host outside of the c:/wamp/www/ directory. I can make one fine within that directory. Even making a symbolic link to the folder works, but I would rather not have to use symbolic links. Why doesn't it work? Here is the code I use at the end of httpd.conf NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot "c:/wamp/www" ServerName localhost ServerAlias localhost </VirtualHost> <VirtualHost *:80> ServerName local.cascade DocumentRoot c:/wamp/www/cascade/ </VirtualHost> <VirtualHost *:80> ServerName local.md9 ServerAlias local.md9

Error 403. Wamp Server

余生颓废 提交于 2019-12-03 02:38:12
I have installed wamp server 2.2 I'm using windows 7 When I am online at that time i'm not able to find localhost using WaMp its giving me some Forbidden Error..You Don't have Access kind of error. But when I disconnect my internet connection, I can get localhost..PHPmyadmin and all feature of WAMP server. I tried a lot by changing the Apache httpd .conf to Replace All..."Deny all" to "Allow all" but still, i'm not able to get it online. dardarlt Putting server online in contect menu did not help me. If you are using Wamp server 2.2E you will find the lines in your httpd.conf file #

PHP gettext on Windows

匿名 (未验证) 提交于 2019-12-03 01:58:03
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: There's some tutorials out there for gettext (w/ Poedit)... unfortunately, it's mostly for a UNIX environment. And even more unfortunate is that I am running my WAMP server on Windows XP (but I am developing for a UNIX environment) and none of the tutorials can get gettext working properly for me. From the man page ( http://us3.php.net/manual/en/book.gettext.php ), it appears that it's a different process on a Windows environment. I've tried out some of the solutions in the comments but I still can't get it to work! Please, I've spent many

Import SQL file by command line in Windows 7

百般思念 提交于 2019-12-03 01:41:25
问题 I want to import an SQL file (size > 500MB) into a database. I have wamp on my PC. Phpmyadmin does not work well with this size. I changed all parameters in php.ini (max_upload_size etc.). But it does not work for me. So I want to import it by command line. I used these commands for import the file: mysql -u root -p sysdat < D:\Nisarg\ISPC\Database\sysdat.sql mysql -u root -p -D sysdat < D:\Nisarg\ISPC\Database\sysdat.sql mysql -u root sysdat < D:\Nisarg\ISPC\Database\sysdat.sql -p These all