wamp

Viewing earlier Query log - MySQL

心不动则不痛 提交于 2019-12-23 03:46:07
问题 I want to see mysql queries [history, log] [select,insert,update,...] [which i executed] ! Can anyone help me on this ? I'm using MySQL Version : 5.5.8 [which i got from WAMP] I tried changing settings from console, and failed ! [change gets lost after restart] i've asked it before, but no working answer ! 回答1: Sourav's answer no longer works. As of July 2013, you need: general-log=1 general-log-file = "C:\wamp\logs\mysql_general.log" 回答2: Change the following settings in my.ini : [mysqld]

What's the easiest way to add Java servlets to a WAMP configured machine?

余生颓废 提交于 2019-12-23 03:19:14
问题 I have WAMP installed on my local machine and am looking to serve up charts using jFree's Eastwood charting, which requires me to use servlets. So basically I will insert images with src tags that have URLs pointing to my servlet on the same machine. What's the easiest way to enable servlets on the same machine? Do I need to install a servlet server on a different port? Or is there a way to integrate it into WAMP? 回答1: You have a couple of choices. The easiest is to get a Web container such

WAMP ignore my.ini

。_饼干妹妹 提交于 2019-12-23 02:32:25
问题 C:\wamp\bin\mysql\mysql5.6.17 has my.ini. I add text log=c:/wamp/logs/mysql_query.log but it's not working. Any changes do not work. I tried to rename the file myblablabla.ini, but WAMP server successfully started. I think, he uses a different configuration file. How to find it? Thanks for the help. 回答1: If you are using the 64bit version of WAMPServer 2.4 or 2.5 there was a little mistake in the release. MySQL looks in its ini file for a section that matches its service name, to get its

Wampserver cakephp 1.3 Strict standards error

自闭症网瘾萝莉.ら 提交于 2019-12-23 02:07:10
问题 I'm currently growing crazy over my new Wampserver at the moment. I switched to a new computer and installed Wamp and moved my cakephp 1.3 folder to the C:\wamp\www folder, and all I get is this error: Here's some facts I'm aware of and stuff I'm already tried: This is an existing project, and I can't just go to CakePHP 2 since it may break the code I have edited the error_reporting in the correct php.ini file. I've tried everything regarding E_ALL & ~E_DEPRECATED & ~E_STRICT When changing

Windows phone 8.1 app connect with a database

泄露秘密 提交于 2019-12-22 22:25:33
问题 I'm totally new to the windows phone 8.1 app development. I'm trying to develop a simple app with a database using visual studio 2013. It is not a silverlight app. my app just have a text field and a button.And i have a MySQL database in a local server(WAMP). I need to get a input from the text field and store it in the database. First thing that I want to know is it possible to do? If it is possible I would be very grateful if you could provide a step by step guide or a link where i can

how to install 'intl PHP extension' with Wamp server

风流意气都作罢 提交于 2019-12-22 12:26:09
问题 i want to install 'intl PHP extension' on my WAMP. i am running Wamp on windows. i have looked online but cannot find any guidance on how to do this. does anyone have any ideas. 回答1: on wamp icon click on php -> php extensions -> php_intl then restart the server 回答2: According the the comment this is the content In both XAMPP and WAMP, the mbstring extension is working by default. In XAMPP, intl extension is included but you have to uncomment extension=php_intl.dll in php.ini and restart the

WAMP / Xamp Apache Server not Starting

谁都会走 提交于 2019-12-22 12:19:44
问题 The other day my Wamp server stopped starting (server will not start). I uninstalled, reinstalled etc. I restored my computer back 4 days to where it ran fine. Then I ran Xampp server and had the exact same problem. To me this indicates a Windows problem. HTTPD.exe crashes every time it is initiated. I have shut off the firewall and antivirus to no avail. running netstat -o in cmd gives me 127.0.0.1:31595 and higher ports. Port 80 is not in use and is clear. In Services (wampapache) when I

Setting up WAMP to run on LAN, including mobile access, iPhone

*爱你&永不变心* 提交于 2019-12-22 10:46:00
问题 I'm developing a CodeIgniter app on Win 7, using WampServer v2.0 - I've edited my local HOSTS file so that I can access it here: ht_tp://testdomain/ instead of ht_tp://localhost/testdomain/ to help make it work the same locally as it does when deployed live, with a line like this: 127.0.0.1 testdomain This set up is working fine when I access the pages in browser on the same PC. Now I'm developing some new pages for mobile use, e.g. iPhone, and I want to be able to view my site directly on

Upgrade WAMP Safely

↘锁芯ラ 提交于 2019-12-22 10:44:49
问题 How can I upgrade my WAMP Server WITHOUT LOSING my configuration? My current version is WAMP 3.0.8 and I want to upgrade it to WAMP 3.1.0 . FROM WAMP 3.0.8 Apache 2.4.23 MySQL 5.7.14 PHP 5.6.25, 7.0.10 TO WAMP 3.1.0 Apache 2.4.27 MySQL 5.7.19 PHP 5.6.31, 7.0.23, 7.1.9 回答1: First as of WAMPServer 3 the WAMPServer code and the versions of Apache/PHP/MySQL/mariaDB are treated seperately. So you can upgrade the WAMPServer version without touching anything of yours, like your website code or the

Wamp and xampp on same machine

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-22 10:39:28
问题 I use wamp2.2 for all the time, but i had to install xamp1.6.8 cause i've got to work with project created for old php version. Xamp installation goes fine but when i run it i cant get localhost site. Ive got blank page with favicon of wamp and comunicate that site is unavaible. I know that this is configuration case. Anybody know how to fix this? I want to run only one of them at once, and i have configured some virtualhosts for wamp they dont have to be accesible while xamp is running i