wamp

Viewing earlier Query log - MySQL

♀尐吖头ヾ 提交于 2019-12-06 15:14:55
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 ! Jonathan Sourav's answer no longer works. As of July 2013, you need: general-log=1 general-log-file = "C:\wamp\logs\mysql_general.log" Sourav Change the following settings in my.ini : [mysqld] port=3306 long_query_time = 1 slow_query_log = 1 slow_query_log_file = "E:/wamp/logs/slowquery.log"

Wordpress localhost not working [duplicate]

。_饼干妹妹 提交于 2019-12-06 14:58:23
This question already has answers here : Google Chrome redirecting localhost to https (22 answers) Closed last year . I am new to wordpress so please assist. I know there have been some questions regarding this already there but it did not work hence asking for assistance I have cloned a live repo and saved it in my WAMP www folder which I normally use for other php sites and refer it using localhost/project/ but now when I am trying this it is redirecting to https://localhost/project/ I performed following steps 1) Set up my db connection in wp-config.php 2) added these 2 lines in wp-config

How to change root password of phpmyadmin in WAMP?

穿精又带淫゛_ 提交于 2019-12-06 12:02:32
I opened mysql console and wrote the following : SET PASSWORD FOR root@localhost = PASSWORD('temppass') ; Now when I open phpmyadmin, it says "Access denied for user 'root'@'localhost' (using password: NO)" I was trying to set a password for root and I read it somewhere that we change root password from console itself, unlike previous versions where we had to alter the config files. Any detailed tutorial on changing root password to secure a database? I'm new to all this. Thank you. Once you have changed the root password you need to tell phpMyAdmin what the new password is as by default the

Can't access apache web apps locally using IP or PC Name

自古美人都是妖i 提交于 2019-12-06 11:53:27
I installed Wamp Server on Windows 8. I then installed a php web application. I can access it by going http:// localhost/webapp or http:// localhost/phpmyadmin I want to be able to access this web app from different computers on the same network. The problem is when I try to visit my web app via this http:// 192.168.133.221/webapp (which is my local ip address) or http:// mypc/webapp (which is my PC's name) - I get the following error 403 Forbidden You don't have permission to access /fengoffice on this server. I have disabled both windows firewall and Kaspersky's firewall but still getting

wampserver homepage only visible from localhost

↘锁芯ラ 提交于 2019-12-06 11:36:26
问题 Recently I used WAMP server to set up a server environment in a Windows machine. Everything works great, but I have a little problem: everyone can access the wampserver homepage, therefore they can see other webpages hosted in the same server, the server file system, etc . The URLs of the webpage have the following format: hostname/project1 , hostname/project2... The main problem is that, anyone can see all the projects that are hosted by going to the direction of the hostname because this

How to run laravel project on localhost using wamp? [closed]

邮差的信 提交于 2019-12-06 11:26:37
Closed . This question needs to be more focused . It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post . Closed last year . I am new in laravel. I have install laravel successfully but now I am unable to serve on localhost. My file path is C:\wamp\www\testproject inside testproject I have laravel directory structure. So, can anyone tell me that how can I serve on localhost. Please help me ? Thank You First of open CMD CMD -> cd testproject (go to your project directory ) CMD -> CD php artisan serve Than

Windows phone 8.1 app connect with a database

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-06 10:16:48
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 learn about this. If it is not possible what are the other ways that I can try to store my input in a

Problems installing PHP EzComponents using pyrus

那年仲夏 提交于 2019-12-06 10:02:42
It seems that the Ez Components repository will not play nice with pyrus. It seems to 302 when pyrus tries to download the package. Has anyone had any luck installing this? It's a requirement for PHPUnit. C:\wamp\bin\php\php5.3.5>php pyrus.phar install ezc/eZComponents Pyrus version 2.0.0a3 SHA-1: BE7EA9D171AE3873F1BBAF692EEE9165BB14BD5D Using PEAR installation found at pyrus Downloading components.ez.no/eZComponents PEAR2\Pyrus\Package\Exception: Invalid abstract package components.ez.no/eZCompo nents PEAR2\Pyrus\Package\Exception: Could not download from "http://components.ez.no /get

How to read information from .3gp and .mp4 using ffmpeg-php?

故事扮演 提交于 2019-12-06 09:52:45
I have a bit of a problem with ffmpeg-php. I'm trying to get some information from video files and it works pretty fine with file formats like .avi, .mpg or .flv but when I try to use .3gp or .mp4 in: $movie = new ffmpeg_movie('path/to/file/test.3gp'); I get error like this : ffmpeg_movie::__construct() []: ISO: File Type Major Brand: 3gp5 or ffmpeg_movie::__construct() []: ISO: File Type Major Brand: mp42 I installed ffmpeg-php on WAMP using instructions found here: How to install FFMpeg in WampServer 2.0 (Windows XP) I need those information to send them to ffmpeg using exec(). Anyone could

Allowed Memory size exhausted

谁都会走 提交于 2019-12-06 09:00:50
问题 I have wamp and change configuration in php.ini still show below error while importing zip sql file to database in phpmyadmin Allowed memory size of 67108864 bytes exhausted (tried to allocate 69931615 bytes) in C:\wamp\apps\phpmyadmin3.5.1\libraries\zip_extension.lib.php I have changed following to php.ini: upload_max_filesize = 32M memory_limit = 64M post_max_size = 120M I have zip file to imort is size of 16.1 MB 回答1: Well, change it again. A 16.1 MB zip may contain a 120MB SQL file. And