Pages: 12Next
Current Page: 1 of 2
error in wamp server
Posted by: tanha_death (---.96.239.146.dynamic.saudi.net.sa)
Date: March 05, 2011 05:07PM

good evening friends.
i have windows 7 ultimate running and i have installed wamp server 2.1.
the icon appears green in the quik launch but a message appears that sever is offline. i am unable to open phpmyAdmin file and also MySQL console. when mysql console starts it asked for password i pressed enter an error appears that it closes. i dont know whats the password it is not blank. whenever i open my files in mozillah they didn't open.but before they was opening.i have removed and installed wamp many times.still same problem.kindly help me please. thank you.

Options: ReplyQuote
Re: error in wamp server
Posted by: TheMasters (93.91.206.---)
Date: March 05, 2011 08:41PM

it will be much easier if u state ur problem directly

to change ur password go to wamo\app\phpmyadminversion\ and edit config_inc.php
change ur pass cfg['Servers'][$i]['password']

Options: ReplyQuote
Re: error in wamp server
Posted by: tanha_death (178.73.80.---)
Date: March 05, 2011 09:44PM

thanks dear for replying. please understand my problem. i am explaining you in detail..
i had downloaded and installed wamp server on windows 7. i had configured mysql password. it was working fine. all the pages of php extensions were opened in mozilla as (http://localhost/php_sandbox/).
but after some time when i opened mysql console it asked for password , i input my password but it closes the console.it means that the password is incorrect.
i removed the wamp server and installed again to solve it. but nothing happened.still same problem in mysql console.
also now while opening pages in mozilla firefox a blank white screen appears.
i don't know what to do now.
i have tried that you said to do in config_inc.php. the details are below..it didn't work..please help dear..

/* Servers configuration */
$i = 0;

/* Server: localhost [1] */
$i++;
$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'] = '';
$cfg['Servers'][$i]['AllowNoPassword'] = true;


solve it please..

Options: ReplyQuote
Re: error in wamp server
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: March 05, 2011 09:47PM

a blank page only appears for phpmyadmin?

which version of wamp are you using?

does http ://localhost load ok?

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: error in wamp server
Posted by: tanha_death (178.73.80.---)
Date: March 05, 2011 10:07PM

@steven
i am using WampServer Version 2.1
[localhost] is not opening , an network error appears..

Options: ReplyQuote
Re: error in wamp server
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: March 05, 2011 10:15PM

then what colour is the wamp icon?

something is using port 80 and/or 3306

maybe skype?

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: error in wamp server
Posted by: tanha_death (178.73.80.---)
Date: March 05, 2011 10:22PM

@steven
when i mouse over the icon a message appears WAMPSERVER - server offline ,
but the icon color is green.
i have not installed Skype..
all the things are working last night but tonight all the things are getting worst..

Options: ReplyQuote
Re: error in wamp server
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: March 06, 2011 12:02AM

Its ok to be offline.. just left click wamp >put online

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: error in wamp server
Posted by: tanha_death (178.73.80.---)
Date: March 06, 2011 12:21AM

@steven
after putting online and loading [http://localhost/] foolowing screen appears..
Network Error (tcp_error)

Options: ReplyQuote
Re: error in wamp server
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: March 06, 2011 12:44AM

did you try 127.0.0.1

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: error in wamp server
Posted by: tanha_death (178.73.80.---)
Date: March 06, 2011 12:51AM

@steven
love you. one problem is solved.
127.0.0.1 is working but localhost is not working... figure out whats the problem.. because i am new to learn php with mysql.. thanks alot. now please kindly solve mysql error...

Options: ReplyQuote
Re: error in wamp server
Posted by: tanha_death (178.73.80.---)
Date: March 06, 2011 12:54AM

kindly please don't mind.. i am going to sleep now because i am so tired..
you all please reply and solve my issue.. when i will get up , replying to your help will be the first thing that i do..
thanks for help..

Options: ReplyQuote
Re: error in wamp server
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: March 06, 2011 01:19AM

this is an easy fix

open your hosts file

c:\windows\system32\drivers\etc\hosts

make sure it has

127.0.0.1 localhost


make sure it does NOT have

::1 localhost

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: error in wamp server
Posted by: tanha_death (86.51.196.---)
Date: March 06, 2011 10:51AM

@steven
i have deleted :
::1 localhost
from the hosts file.. but still [http://localhost/] is not working....

Options: ReplyQuote
Re: error in wamp server
Posted by: tanha_death (86.51.196.---)
Date: March 06, 2011 11:02AM

@steven
its done.. in hosts file
127.0.0.1 localhost
is appeared as a comment as shown below
# 127.0.0.1 localhost
when i have removed the # from the command it works..
thanks for figuring out and teaching me how to fix localhost domain problem..
kindly fix mysql problem now...

Options: ReplyQuote
Re: error in wamp server
Posted by: tanha_death (86.51.196.---)
Date: March 06, 2011 11:07AM

waoooooooo. now automatically phpmyadmin page loading works and mysql console is also working now.
it means due to local host problem phpmyadmin and mysql gives error.
kindly suggest me that is it the way to fix localhost problem and mysql password resetting..
thanks alot @steven..

Options: ReplyQuote
Re: error in wamp server
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: March 06, 2011 11:45AM

Yes we know about this. its a bug in the mysqlnd driver that is not understanding the difference in ipv4 and ipv6 socket address,

Iv wrote to php team and phpmyadmin team many times to come up with a solution. They are working on it.

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: error in wamp server
Posted by: tanha_death (86.51.196.---)
Date: March 06, 2011 12:09PM

@steven
thank alot dear..
kindly tell me that is there any file of mysql where i can check that what are the users and the passwords for them. and easily manage the passwords there without giving bunch of commands in mysql console.
it will be appreciate.
thanks again.

Options: ReplyQuote
Re: error in wamp server
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: March 06, 2011 12:39PM

yes... phpmyadmin, click privledges on the topmenu

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: error in wamp server
Posted by: tanha_death (86.51.196.---)
Date: March 06, 2011 01:01PM

thanks dear. God bless you

Options: ReplyQuote
Pages: 12Next
Current Page: 1 of 2


Sorry, only registered users may post in this forum.