Re: [PHP-DB] mysql-windows xp

2002-12-13 Thread Tyler Whitesides
Hi,
If you want MySQL to work in XP, make sure that you have the proper version
(XP/2000/NT) and in the advanced settings of your firewall, make sure to
allow TCP port 3306 to have full internet access from inside as well as out.
Good luck,
Tyler
- Original Message -
From: "SELPH,JASON (HP-Richardson,ex1)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, December 13, 2002 6:28 AM
Subject: RE: [PHP-DB] mysql-windows xp


> I honestly can't give you an answer on that as I haven't installed mysql
on
> XP.  On linux there are 2 ways to connect to your server, socket or tcp.
I
> am not sure on the windows version.  I just know that trying to access
> anything on a firewalled machine, even from itself, via tcp with XP didn't
> work until I disable ICF.
>
> Try running winmysqladmin though if you haven't already.  or give a more
> detailed error message.
>
> Jason
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 13, 2002 8:35 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-DB] mysql-windows xp
>
>
> Forgive me if this is a dumb question but is that still the case if mysql
is
> on the same machine?
>
> Thanks,
> Eddie
>
> -Original Message-
> From: SELPH,JASON (HP-Richardson,ex1) [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 13, 2002 9:01 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Cc: SELPH,JASON (HP-Richardson,ex1)
> Subject: RE: [PHP-DB] mysql-windows xp
>
>
> by default on a new xp install the firewall is enabled.  stops everything
on
> your network from getting thru.  if port 3306 is blocked then accessing
> mysql thru ip would be denied.
> To disable internet connection firewall...
>
> I have not installed mysql on xp, but the same thing happens with irc,
http
> servers, ftp servers, netbios, file sharing, etc.
>
> In Control Panel, double-click Networking and Internet Connections, and
then
> click Network Connections.
> Right-click the connection on which you would like to disable ICF, and
then
> click Properties.
> On the Advanced tab, click the box to clear the option to Protect my
> computer or network.
>
> Jason
>
> -Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 13, 2002 7:54 AM
> To: SELPH,JASON (HP-Richardson,ex1)
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [PHP-DB] mysql-windows xp
>
>
>
> that didn't cause me any issues on my install.  why do you have to turn
> that off.  i'm not doubting you, just curious?
>
> Jeff
>
>
>
>
>         "SELPH,JASON
>
> (HP-Richardson   To:
> "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>,
> ,ex1)"[EMAIL PROTECTED]
>
> 
> p.com>   Subject: RE: [PHP-DB]
> mysql-windows xp
>
>
>         12/13/2002
>
> 08:44 AM
>
>
>
>
>
>
>
>
>
> turn off the xp firewall as well.
>
> Jason
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 13, 2002 7:29 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP-DB] mysql-windows xp
>
>
>
> probably b/c of grants/rights
> did you run a -- grant all on *.* to user@localhost ?  or something of the
> sort. or set up root to have access
>
> can you connect via command line?
>
> HTH
> Jeff
>
>
>
>
>  epeloke@echoma
>
>  n.com (EdwardTo: <[EMAIL PROTECTED]>
>
>  Peloke)  cc:
>
>Subject: [PHP-DB] mysql-windows
> xp
>  12/13/2002
>
>  08:54 AM
>
>
>
>
>
>
>
>
>
> I got a new laptop yesterday that has xp home loaded.  I installed mysql
> last night but get errors that I can't connect to 'localhost'.  Any ideas?
>
> Thanks,
> Eddie
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] mysql-windows xp

2002-12-13 Thread Edward Peloke
Thanks for all the help.  I finally got it running by running winmysqladmin

Eddie

-Original Message-
From: SELPH,JASON (HP-Richardson,ex1) [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 9:29 AM
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Subject: RE: [PHP-DB] mysql-windows xp


I honestly can't give you an answer on that as I haven't installed mysql on
XP.  On linux there are 2 ways to connect to your server, socket or tcp.  I
am not sure on the windows version.  I just know that trying to access
anything on a firewalled machine, even from itself, via tcp with XP didn't
work until I disable ICF.

Try running winmysqladmin though if you haven't already.  or give a more
detailed error message.

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 8:35 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-DB] mysql-windows xp


Forgive me if this is a dumb question but is that still the case if mysql is
on the same machine?

Thanks,
Eddie

-Original Message-
From: SELPH,JASON (HP-Richardson,ex1) [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 9:01 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: SELPH,JASON (HP-Richardson,ex1)
Subject: RE: [PHP-DB] mysql-windows xp


by default on a new xp install the firewall is enabled.  stops everything on
your network from getting thru.  if port 3306 is blocked then accessing
mysql thru ip would be denied.
To disable internet connection firewall...

I have not installed mysql on xp, but the same thing happens with irc, http
servers, ftp servers, netbios, file sharing, etc.

In Control Panel, double-click Networking and Internet Connections, and then
click Network Connections.
Right-click the connection on which you would like to disable ICF, and then
click Properties.
On the Advanced tab, click the box to clear the option to Protect my
computer or network.

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 7:54 AM
To: SELPH,JASON (HP-Richardson,ex1)
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP-DB] mysql-windows xp



that didn't cause me any issues on my install.  why do you have to turn
that off.  i'm not doubting you, just curious?

Jeff




"SELPH,JASON

(HP-Richardson   To:
"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>,
,ex1)"            [EMAIL PROTECTED]

   Subject: RE: [PHP-DB]
mysql-windows xp


12/13/2002

08:44 AM









turn off the xp firewall as well.

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 7:29 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] mysql-windows xp



probably b/c of grants/rights
did you run a -- grant all on *.* to user@localhost ?  or something of the
sort. or set up root to have access

can you connect via command line?

HTH
Jeff




 epeloke@echoma

 n.com (EdwardTo: <[EMAIL PROTECTED]>

 Peloke)  cc:

   Subject: [PHP-DB] mysql-windows
xp
 12/13/2002

 08:54 AM









I got a new laptop yesterday that has xp home loaded.  I installed mysql
last night but get errors that I can't connect to 'localhost'.  Any ideas?

Thanks,
Eddie


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] mysql-windows xp

2002-12-13 Thread SELPH,JASON (HP-Richardson,ex1)
I honestly can't give you an answer on that as I haven't installed mysql on
XP.  On linux there are 2 ways to connect to your server, socket or tcp.  I
am not sure on the windows version.  I just know that trying to access
anything on a firewalled machine, even from itself, via tcp with XP didn't
work until I disable ICF.

Try running winmysqladmin though if you haven't already.  or give a more
detailed error message.

Jason  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 8:35 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-DB] mysql-windows xp


Forgive me if this is a dumb question but is that still the case if mysql is
on the same machine?

Thanks,
Eddie

-Original Message-
From: SELPH,JASON (HP-Richardson,ex1) [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 9:01 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: SELPH,JASON (HP-Richardson,ex1)
Subject: RE: [PHP-DB] mysql-windows xp


by default on a new xp install the firewall is enabled.  stops everything on
your network from getting thru.  if port 3306 is blocked then accessing
mysql thru ip would be denied.
To disable internet connection firewall...

I have not installed mysql on xp, but the same thing happens with irc, http
servers, ftp servers, netbios, file sharing, etc.

In Control Panel, double-click Networking and Internet Connections, and then
click Network Connections.
Right-click the connection on which you would like to disable ICF, and then
click Properties.
On the Advanced tab, click the box to clear the option to Protect my
computer or network.

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 7:54 AM
To: SELPH,JASON (HP-Richardson,ex1)
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP-DB] mysql-windows xp



that didn't cause me any issues on my install.  why do you have to turn
that off.  i'm not doubting you, just curious?

Jeff




"SELPH,JASON

(HP-Richardson   To:
"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>,
,ex1)"[EMAIL PROTECTED]

       Subject: RE: [PHP-DB]
mysql-windows xp


12/13/2002

08:44 AM









turn off the xp firewall as well.

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 7:29 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] mysql-windows xp



probably b/c of grants/rights
did you run a -- grant all on *.* to user@localhost ?  or something of the
sort. or set up root to have access

can you connect via command line?

HTH
Jeff




 epeloke@echoma

 n.com (EdwardTo: <[EMAIL PROTECTED]>

 Peloke)  cc:

   Subject: [PHP-DB] mysql-windows
xp
 12/13/2002

 08:54 AM









I got a new laptop yesterday that has xp home loaded.  I installed mysql
last night but get errors that I can't connect to 'localhost'.  Any ideas?

Thanks,
Eddie


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] mysql-windows xp

2002-12-13 Thread Edward Peloke
Forgive me if this is a dumb question but is that still the case if mysql is
on the same machine?

Thanks,
Eddie

-Original Message-
From: SELPH,JASON (HP-Richardson,ex1) [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 9:01 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: SELPH,JASON (HP-Richardson,ex1)
Subject: RE: [PHP-DB] mysql-windows xp


by default on a new xp install the firewall is enabled.  stops everything on
your network from getting thru.  if port 3306 is blocked then accessing
mysql thru ip would be denied.
To disable internet connection firewall...

I have not installed mysql on xp, but the same thing happens with irc, http
servers, ftp servers, netbios, file sharing, etc.

In Control Panel, double-click Networking and Internet Connections, and then
click Network Connections.
Right-click the connection on which you would like to disable ICF, and then
click Properties.
On the Advanced tab, click the box to clear the option to Protect my
computer or network.

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 7:54 AM
To: SELPH,JASON (HP-Richardson,ex1)
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP-DB] mysql-windows xp



that didn't cause me any issues on my install.  why do you have to turn
that off.  i'm not doubting you, just curious?

Jeff




"SELPH,JASON

(HP-Richardson   To:
"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>,
,ex1)"[EMAIL PROTECTED]

                       Subject: RE: [PHP-DB]
mysql-windows xp


12/13/2002

08:44 AM









turn off the xp firewall as well.

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 7:29 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] mysql-windows xp



probably b/c of grants/rights
did you run a -- grant all on *.* to user@localhost ?  or something of the
sort. or set up root to have access

can you connect via command line?

HTH
Jeff




 epeloke@echoma

 n.com (EdwardTo: <[EMAIL PROTECTED]>

 Peloke)  cc:

   Subject: [PHP-DB] mysql-windows
xp
 12/13/2002

 08:54 AM









I got a new laptop yesterday that has xp home loaded.  I installed mysql
last night but get errors that I can't connect to 'localhost'.  Any ideas?

Thanks,
Eddie


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] mysql-windows xp

2002-12-13 Thread SELPH,JASON (HP-Richardson,ex1)
by default on a new xp install the firewall is enabled.  stops everything on
your network from getting thru.  if port 3306 is blocked then accessing
mysql thru ip would be denied.
To disable internet connection firewall...

I have not installed mysql on xp, but the same thing happens with irc, http
servers, ftp servers, netbios, file sharing, etc.

In Control Panel, double-click Networking and Internet Connections, and then
click Network Connections.
Right-click the connection on which you would like to disable ICF, and then
click Properties.
On the Advanced tab, click the box to clear the option to Protect my
computer or network.

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 7:54 AM
To: SELPH,JASON (HP-Richardson,ex1)
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP-DB] mysql-windows xp



that didn't cause me any issues on my install.  why do you have to turn
that off.  i'm not doubting you, just curious?

Jeff


 

"SELPH,JASON

(HP-Richardson   To:
"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>,   
,ex1)"[EMAIL PROTECTED]

                       Subject: RE: [PHP-DB]
mysql-windows xp 
 

12/13/2002

08:44 AM

 

 





turn off the xp firewall as well.

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 7:29 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] mysql-windows xp



probably b/c of grants/rights
did you run a -- grant all on *.* to user@localhost ?  or something of the
sort. or set up root to have access

can you connect via command line?

HTH
Jeff




 epeloke@echoma

 n.com (EdwardTo: <[EMAIL PROTECTED]>

 Peloke)  cc:

   Subject: [PHP-DB] mysql-windows
xp
 12/13/2002

 08:54 AM









I got a new laptop yesterday that has xp home loaded.  I installed mysql
last night but get errors that I can't connect to 'localhost'.  Any ideas?

Thanks,
Eddie


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] mysql-windows xp

2002-12-13 Thread Edward Peloke
can't seem to find that line in the install file but I probably don't know
what I am looking for

IS this the install doc you meant?

http://www.mysql.com/documentation/mysql/bychapter/manual_Installing.html#In
stalling

Thanks,
Eddie

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 8:54 AM
To: SELPH,JASON (HP-Richardson,ex1)
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP-DB] mysql-windows xp



that didn't cause me any issues on my install.  why do you have to turn
that off.  i'm not doubting you, just curious?

Jeff



"SELPH,JASON
(HP-Richardson   To:
"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>,
,ex1)"[EMAIL PROTECTED]
               Subject: RE: [PHP-DB]
mysql-windows xp

12/13/2002
08:44 AM






turn off the xp firewall as well.

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 7:29 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] mysql-windows xp



probably b/c of grants/rights
did you run a -- grant all on *.* to user@localhost ?  or something of the
sort. or set up root to have access

can you connect via command line?

HTH
Jeff




 epeloke@echoma

 n.com (EdwardTo: <[EMAIL PROTECTED]>

 Peloke)  cc:

   Subject: [PHP-DB] mysql-windows
xp
 12/13/2002

 08:54 AM









I got a new laptop yesterday that has xp home loaded.  I installed mysql
last night but get errors that I can't connect to 'localhost'.  Any ideas?

Thanks,
Eddie


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] mysql-windows xp

2002-12-13 Thread Jeffrey_N_Dyke

that didn't cause me any issues on my install.  why do you have to turn
that off.  i'm not doubting you, just curious?

Jeff


   
 
"SELPH,JASON   
 
(HP-Richardson   To: "'[EMAIL PROTECTED]'" 
<[EMAIL PROTECTED]>,   
,ex1)"[EMAIL PROTECTED]  
 
                       Subject: RE: [PHP-DB] mysql-windows xp
 
   
 
12/13/2002 
 
08:44 AM   
 
   
 
   
 




turn off the xp firewall as well.

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 7:29 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] mysql-windows xp



probably b/c of grants/rights
did you run a -- grant all on *.* to user@localhost ?  or something of the
sort. or set up root to have access

can you connect via command line?

HTH
Jeff




 epeloke@echoma

 n.com (EdwardTo: <[EMAIL PROTECTED]>

 Peloke)  cc:

   Subject: [PHP-DB] mysql-windows
xp
 12/13/2002

 08:54 AM









I got a new laptop yesterday that has xp home loaded.  I installed mysql
last night but get errors that I can't connect to 'localhost'.  Any ideas?

Thanks,
Eddie


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] mysql-windows xp

2002-12-13 Thread Edward Peloke
how do you do this?  I guess I could look it up in the help files.  I don't
need the firewall as it is behind one at home.

-Original Message-
From: SELPH,JASON (HP-Richardson,ex1) [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 8:45 AM
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-DB] mysql-windows xp


turn off the xp firewall as well.

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 7:29 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] mysql-windows xp



probably b/c of grants/rights
did you run a -- grant all on *.* to user@localhost ?  or something of the
sort. or set up root to have access

can you connect via command line?

HTH
Jeff




epeloke@echoma

n.com (EdwardTo: <[EMAIL PROTECTED]>

Peloke)  cc:

 Subject: [PHP-DB] mysql-windows
xp
12/13/2002

08:54 AM









I got a new laptop yesterday that has xp home loaded.  I installed mysql
last night but get errors that I can't connect to 'localhost'.  Any ideas?

Thanks,
Eddie


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] mysql-windows xp

2002-12-13 Thread SELPH,JASON (HP-Richardson,ex1)
turn off the xp firewall as well.

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 7:29 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] mysql-windows xp



probably b/c of grants/rights
did you run a -- grant all on *.* to user@localhost ?  or something of the
sort. or set up root to have access

can you connect via command line?

HTH
Jeff


 

epeloke@echoma

n.com (EdwardTo: <[EMAIL PROTECTED]>

Peloke)  cc:

 Subject: [PHP-DB] mysql-windows
xp 
12/13/2002

08:54 AM

 

 





I got a new laptop yesterday that has xp home loaded.  I installed mysql
last night but get errors that I can't connect to 'localhost'.  Any ideas?

Thanks,
Eddie


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] mysql-windows xp

2002-12-13 Thread Jeffrey_N_Dyke

probably b/c of grants/rights
did you run a -- grant all on *.* to user@localhost ?  or something of the
sort. or set up root to have access

can you connect via command line?

HTH
Jeff


   
 
epeloke@echoma 
 
n.com (EdwardTo: <[EMAIL PROTECTED]>
 
Peloke)  cc:   
 
 Subject: [PHP-DB] mysql-windows xp
 
12/13/2002 
 
08:54 AM   
 
   
 
   
 




I got a new laptop yesterday that has xp home loaded.  I installed mysql
last night but get errors that I can't connect to 'localhost'.  Any ideas?

Thanks,
Eddie


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php