wamp

phpmyadmin in WAMP error #1045 - Need to reset password

空扰寡人 提交于 2019-11-30 15:24:22
I have recently reinstalled WAMP on my PC and copied over files from a back-up I had. I am able to access localhost without any problem and my existing sites function fine. The problem is that I cannot seem to log-in via http://localhost/phpmyadmin/index.php . I receive a #1045 Cannot log in to the MySQL server response. After doing some reading I have been lead to believe that I can edit phpmyadmin's config.inc.php file to adjust the settings. After setting my files (as outlined below), I just get a Cannot connect: invalid settings. error. <?php /* * This is needed for cookie based

curl is activated but is not showing in phpinfo

独自空忆成欢 提交于 2019-11-30 15:16:51
I have a problem that curl is not showing in phpinfo as i am using wampserver(64 bit) but when i open php and then php extensions a tick is placed in front of php_curl in my wamp server but still curl is not displayed in phpinfo. Can anyone help me? I ran into this issue myself a couple of days ago, the only way I could fix it is by installing apache addon version 2.2.9 and php addon version 5.3.1 Both are available in the addons section of the download page at http://www.wampserver.com/en EDIT:: This only happened to me on my 64bit laptop, my 32bit desktop runs the latest versions just fine

Wamp phpMyAdmin error #1045 - Access denied for user 'root'@'localhost'

僤鯓⒐⒋嵵緔 提交于 2019-11-30 14:50:09
问题 This is quite common problem and I found a lot of tutorials to help me solve it, although, there is one additional problem with my case... This is my config settings in config.inc.php $cfg['Servers'][$i]['verbose'] = 'localhost'; $cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['port'] = ''; $cfg['Servers'][$i]['socket'] = ''; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['extension'] = 'mysqli'; $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]

How to test a cron job in Local Server like WAMP?

陌路散爱 提交于 2019-11-30 14:45:34
问题 How to test a cron job in Local Server like WAMP? 回答1: Windows doesn't have Cron (it is the main task scheduling program for Linux systems). The Windows version for that is the Task Scheduler. This question recommends using the at command. So that Cron doesn't have anything to do with the Apache, Mysql, PHP setup I don't think it is possible to reliably test the cronjobs you created for the Linux Cron in windows (maybe with Cygwin). 回答2: You can create a html page and open it on browser. The

function http_build_url()

怎甘沉沦 提交于 2019-11-30 13:39:04
I work with windows 7 using WampServer Version 2.2 php5.3.13 I put my project in www and during the execution of my project this error is displayed Fatal error: Call to undefined function http_build_url() in C:\wamp\www in the source code of my project I use this syntax $url = http_build_url($url); I think I need to configure wamp Check your extensions folder for php_http.dll file. If the file is present, check that php_http extension is enabled in your php.ini (or any other included .ini-s) If the file is absent, either download it separately from http://downloads.php.net/pierre/ or download

wamp server not working on 8.1

一笑奈何 提交于 2019-11-30 13:28:25
I just upgrade to win8.1 from win8 and I can't start wamp server (2.2 x64) It was working fine on win8 Try checking that the Apache and MySQL services are still registered as services. Look in Windows Services for services called - 'wampapache' and wampmysql' Or if you have WAMPServer 64bit wampapache64 and wampmysqld64 If they dont exist do the following:- wampmanager -> MySQL -> Service -> Install Service wampmanager -> Apache -> Service -> Install Service Then try to restart all services. After Upgrading of window to window 8.1. Please click on the wamp icon go to apache then services and

Where does WAMP server store database files

家住魔仙堡 提交于 2019-11-30 12:28:00
问题 This question was migrated from Super User because it can be answered on Stack Overflow. Migrated 8 years ago . My hard-drive has encountered some problems and I am unable to boot Windows with it. I am able to view the drive's contents by connecting it to another PC as an external drive. On the culprit drive I was running a local WAMP server for dev purposes and I'm looking to save the mySQL databases from it. I can see my wamp directory at E:\wamp . Is it possible to start up the server from

Wamp phpMyAdmin error #1045 - Access denied for user 'root'@'localhost'

北慕城南 提交于 2019-11-30 12:24:04
This is quite common problem and I found a lot of tutorials to help me solve it, although, there is one additional problem with my case... This is my config settings in config.inc.php $cfg['Servers'][$i]['verbose'] = 'localhost'; $cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['port'] = ''; $cfg['Servers'][$i]['socket'] = ''; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['extension'] = 'mysqli'; $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = 'root'; $cfg['Servers'][$i]['AllowNoPassword'] =

How to test a cron job in Local Server like WAMP?

霸气de小男生 提交于 2019-11-30 11:47:17
How to test a cron job in Local Server like WAMP? Daff Windows doesn't have Cron (it is the main task scheduling program for Linux systems). The Windows version for that is the Task Scheduler . This question recommends using the at command. So that Cron doesn't have anything to do with the Apache, Mysql, PHP setup I don't think it is possible to reliably test the cronjobs you created for the Linux Cron in windows (maybe with Cygwin ). You can create a html page and open it on browser. The javascript setInterval function will call for specified periods. Following is the code to do this. Specify