Pages: Previous12
Current Page: 2 of 2
Re: Just installed Wamp Server and I have red in the icon.
Posted by: rwc3512 (---.al.charter.com)
Date: April 18, 2008 05:16PM

That works!

The only problem I see now is that when I co to phpMyAdmin it says it is unable to connect.

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: April 18, 2008 05:21PM

what works? the php info?


u already added listen:8080 but use yfastuds link to phpmyadmin,,,
does that not work?

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: rwc3512 (---.al.charter.com)
Date: April 18, 2008 05:41PM

The contents of the page when i type: "[localhost];


Welcome to phpMyAdmin 2.11.5

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
Error

MySQL said: Documentation
#1045 - Access denied for user 'root'@'localhost' (using password: NO)

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: April 18, 2008 05:45PM

ok this is much much better.this means mysql is running.


open up config.inc in c:wamp/apps/phpmyadmin


open up config.inc and change ur port number from ' ' to '3307'



$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port




to




$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port'] = '3307'; // MySQL port - leave blank for default port

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: yfastud (Moderator)
Date: April 18, 2008 05:46PM

It means you've already set password for mysql but not in phpmyadmin and that why phpmyadmin can NOT access mysql, so you need to set it in config.inc.php in phpmyadmin folder as well

If you're not comfortable w/ it and don't mind to follow the guide which includes illustration screenshots, here is the link

[guides.jlbn.net]

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: rwc3512 (---.al.charter.com)
Date: April 18, 2008 05:59PM

My chain went like this: C:\wamp\apps\phpmyadmin2.11.5

I found a "config.inc.php" in it was this line "$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port"

Should I just go on to the above link?

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: April 18, 2008 06:00PM

yes this is the line

add 3307 in there

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: rwc3512 (---.al.charter.com)
Date: April 18, 2008 06:11PM

Now I get unable to connect.

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: April 18, 2008 06:14PM

did u change ur mysql to run on port 3307?

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: rwc3512 (---.al.charter.com)
Date: April 18, 2008 06:20PM

Yes. $cfg['Servers'][$i]['port'] = '3307'; // MySQL port - leave blank for default port --- the file was saved I turned off wamp turned it back on and went to phpMyAdmin.

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: April 18, 2008 06:25PM

hmm.. im lost. change mysql back to 3306 and leave that config.inc back how it was ''

then restart wamp


do u then get ur error?

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: rwc3512 (---.al.charter.com)
Date: April 18, 2008 06:34PM

Yes same error

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: April 18, 2008 06:38PM

amazing. u must have another mysql somewhere
has to be

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: rwc3512 (---.al.charter.com)
Date: April 18, 2008 06:40PM

could be I'll check

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: April 18, 2008 06:43PM

press start > run > cmd


type in

'netstat -a'


in the second column there is port numbers

col1 col2
xxxx xxxxx:8080
xxxx xxxxx:5500



these numberes are the port number that are being used


end ur wamp and does this

see if there is any 3306 0r 3307 in the list

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: rwc3512 (---.al.charter.com)
Date: April 18, 2008 06:58PM

I did find a mysql 5.0 and I deleted it. I still get the error

I don't see 3306 or 3307

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Robert W. Caldwell>netstat -a

Active Connections

Proto Local Address Foreign Address State
TCP Robert:epmap Robert:0 LISTENING
TCP Robert:microsoft-ds Robert:0 LISTENING
TCP Robert:1026 Robert:0 LISTENING
TCP Robert:1027 Robert:0 LISTENING
TCP Robert:1032 Robert:0 LISTENING
TCP Robert:3306 Robert:0 LISTENING
TCP Robert:6646 Robert:0 LISTENING
TCP Robert:8080 Robert:0 LISTENING
TCP Robert:1028 localhost:27015 ESTABLISHED
TCP Robert:1068 Robert:0 LISTENING
TCP Robert:2178 localhost:2179 ESTABLISHED
TCP Robert:2179 localhost:2178 ESTABLISHED
TCP Robert:2180 localhost:2181 ESTABLISHED
TCP Robert:2181 localhost:2180 ESTABLISHED
TCP Robert:3892 localhost:3893 TIME_WAIT
TCP Robert:3895 localhost:3896 TIME_WAIT
TCP Robert:5354 Robert:0 LISTENING
TCP Robert:27015 Robert:0 LISTENING
TCP Robert:27015 localhost:1028 ESTABLISHED
TCP Robert:netbios-ssn Robert:0 LISTENING
TCP Robert:3422 yw-in-f103.google.com:http CLOSE_WAIT
TCP Robert:3423 an-in-f91.google.com:http CLOSE_WAIT
TCP Robert:3886 h1.cpn.vip.mud.yahoo.com:http TIME_WAIT
TCP Robert:3899 origin.ih.constantcontact.com:http TIME_WAIT
TCP Robert:3901 a72-247-240-8.deploy.akamaitechnologies.com:http
ESTABLISHED
TCP Robert:3902 a72-247-240-8.deploy.akamaitechnologies.com:http
ESTABLISHED
TCP Robert:3903 rs6.net:http TIME_WAIT
UDP Robert:microsoft-ds *:*
UDP Robert:isakmp *:*
UDP Robert:1025 *:*
UDP Robert:1029 *:*
UDP Robert:1082 *:*
UDP Robert:1094 *:*
UDP Robert:1095 *:*
UDP Robert:1100 *:*
UDP Robert:1101 *:*
UDP Robert:1102 *:*
UDP Robert:1103 *:*
UDP Robert:ms-sql-m *:*
UDP Robert:3776 *:*
UDP Robert:4500 *:*
UDP Robert:ntp *:*
UDP Robert:1431 *:*
UDP Robert:1900 *:*
UDP Robert:4535 *:*
UDP Robert:ntp *:*
UDP Robert:netbios-ns *:*
UDP Robert:netbios-dgm *:*
UDP Robert:1900 *:*
UDP Robert:5353 *:*
UDP Robert:6646 *:*

C:\Documents and Settings\Robert W. Caldwell>

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: April 18, 2008 07:00PM

UDP Robert:ms-sql-m *:*

u have microsoft iis


disable this server completely

Options: ReplyQuote
Re: Just installed Wamp Server and I have red in the icon.
Posted by: rwc3512 (---.al.charter.com)
Date: April 18, 2008 07:16PM

I have already gone to windows add remove components and unchecked it then updated. I tried restarting my computer.

I don't know what else I'm supposed to do to disable it. I also have .net set up on my computer. Will getting rid of IIS cause visual basic to not work?

Options: ReplyQuote
Pages: Previous12
Current Page: 2 of 2


Sorry, only registered users may post in this forum.