Re: access denied .... php my admin .....

2003-10-10 Thread Rory McKinley
Hi Toby

If Apache, PHP and MySQL are all sitting on the same box, try connecting to
the loopback address and see if the problem goes away.

Up until recently, I was running a similar setuo and I always used to
connect to 127.0.0.1 and had no hassles, so I am hoping that this might fix
the problem...

Rory McKinley
Nebula Solutions
082 857 2391
[EMAIL PROTECTED]
There are 10 kinds of people in this world,
those who understand binary and those who don't (Unknown)
- Original Message - 
From: toby - [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, October 10, 2003 6:24 AM
Subject: Re: access denied  php my admin .



 sorry for this late reply rory

 i just got back to work ..

 i am trying to connect to 192.168.x.y

 but the jerk connects to 192.168.xx.xxx

 the other ip

 yeha  it connects to an ip . not the loop back adrs

 am i supposed to connect to loop back adrs thinggy ?

 im all screwed with this thing ..

 :'(

 thnx a bill

 toby

 From: Rory McKinley [EMAIL PROTECTED]
 To: toby - [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: access denied  php my admin .
 Date: Thu, 9 Oct 2003 11:47:25 +0200
 
 Hi toby
 
 If I log in to mysql via the command line on the hosting machine it says
 [EMAIL PROTECTED] ... therefore, stating the obvious :) it doens't think
 you're
 connecting from localhost  - this may be because of the two NICs but I
 don't
 know enough to be sure .when you connect to the mysql server (when
php,
 apache and mysql are all on the same box) do you connect to 127.0.0.l
 (loopback address) or do you connect to the IP address of one of the two
 NICs (e.g. 192.168.y.z)?
 
 Rory McKinley
 Nebula Solutions
 +27 82 857 2391
 [EMAIL PROTECTED]
 There are 10 kinds of people in this world,
 those who understand binary and those who don't (Unknown)
 - Original Message -
 From: toby - [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Thursday, October 09, 2003 11:18 AM
 Subject: Re: access denied  php my admin .
 
 
  
   thnx rory
  
   the thing is kwexchange is localhost you know .
  
   so it should work
  
   alwayz has before this dammed day .
  
   anywayz .
  
   i did install mysql on another machine and installed all the rest ,
php,
   apache, phpmyadmin on another
  
   when it gave me these access denied errors 
  
   the very bloody same .
  
   i thought there was somethin the matter with keepin these things on
two
   separate machines u know
  
   but now
  
   i have got em all on the same thing . but to no use .
  
   do you  or anyone else on this list think it could be the two
 network
   cards running on the machine that are actually screwin this all up fo
me
   
  
   all though i have tried ma best to some how change this ip thinggy to
 the
   one i want mysql server to user ..
  
   can anyone tell me where to go and what to do
  
   as im at ma wits end now ..
  
   thnx a mill rory ..
  
   :)
  
   toby
  
   From: Rory McKinley [EMAIL PROTECTED]
   To: toby - [EMAIL PROTECTED], [EMAIL PROTECTED]
   Subject: Re: access denied  php my admin .
   Date: Thu, 9 Oct 2003 11:09:06 +0200
   
   Hi Toby
   
   I am not an expert on permissions within mysql - boy, do I wish I
was -
 but
   could the problem be that you have only granted permissions to
   [EMAIL PROTECTED] and not '[EMAIL PROTECTED]' ?
   
   Here endeth my knowledge of MySQL permissions
   
   Rory McKinley
   Nebula Solutions
   +27 82 857 2391
   [EMAIL PROTECTED]
   There are 10 kinds of people in this world,
   those who understand binary and those who don't (Unknown)
   - Original Message -
   From: toby - [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Thursday, October 09, 2003 8:57 AM
   Subject: access denied  php my admin .
   
   
 hay guyz

 im a bit stuck

 first i couldnt get any user but root to log into mysql
 on command prompt and myadmin

 now i can ,et my user to log in through command prompt but i get
 this
   weired
 error for myadmin

 Error

 MySQL said:


 Access denied for user: '[EMAIL PROTECTED]' (Using
 password:
 YES)

 zaban is my user ofcourse

 kwexchange is the machine i have installed all my php, apache,
mysql
 on

 kwdomain is the domain we use here  at ma work place

 another thing :

 winmysqladmin shows the local ip address to be

 kwexchange.kwdomain.com
 192.168.x.xxx

 where it should only be 192.168.y.z

 there aint anything of the sort in my.ini

 where do i make changes for this 

 o  and another thing

 this machine has two cards 

 192.168.y.z
 and
 192.168.x.xxx

 are the ips

 192.168.x.xxx i can not use . i should ot infact .

 and i am running Win 2K Server
 PHP

access denied .... php my admin .....

2003-10-09 Thread toby -
hay guyz

im a bit stuck

first i couldnt get any user but root to log into mysql
on command prompt and myadmin
now i can ,et my user to log in through command prompt but i get this weired 
error for myadmin

Error

MySQL said:

Access denied for user: '[EMAIL PROTECTED]' (Using password: 
YES)

zaban is my user ofcourse

kwexchange is the machine i have installed all my php, apache, mysql on

kwdomain is the domain we use here  at ma work place

another thing :

winmysqladmin shows the local ip address to be

kwexchange.kwdomain.com
192.168.x.xxx
where it should only be 192.168.y.z

there aint anything of the sort in my.ini

where do i make changes for this 

o  and another thing

this machine has two cards 

192.168.y.z
and
192.168.x.xxx
are the ips

192.168.x.xxx i can not use . i should ot infact .

and i am running Win 2K Server
PHP 4.2.2
apache 1.3.24
mysql 3.23.58
i would really appriciat any help with this

thnx a million

toby

_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: access denied .... php my admin .....

2003-10-09 Thread Rory McKinley
Hi Toby

I am not an expert on permissions within mysql - boy, do I wish I was - but
could the problem be that you have only granted permissions to
[EMAIL PROTECTED] and not '[EMAIL PROTECTED]' ?

Here endeth my knowledge of MySQL permissions

Rory McKinley
Nebula Solutions
+27 82 857 2391
[EMAIL PROTECTED]
There are 10 kinds of people in this world,
those who understand binary and those who don't (Unknown)
- Original Message - 
From: toby - [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 8:57 AM
Subject: access denied  php my admin .


 hay guyz

 im a bit stuck

 first i couldnt get any user but root to log into mysql
 on command prompt and myadmin

 now i can ,et my user to log in through command prompt but i get this
weired
 error for myadmin

 Error

 MySQL said:


 Access denied for user: '[EMAIL PROTECTED]' (Using password:
 YES)

 zaban is my user ofcourse

 kwexchange is the machine i have installed all my php, apache, mysql on

 kwdomain is the domain we use here  at ma work place

 another thing :

 winmysqladmin shows the local ip address to be

 kwexchange.kwdomain.com
 192.168.x.xxx

 where it should only be 192.168.y.z

 there aint anything of the sort in my.ini

 where do i make changes for this 

 o  and another thing

 this machine has two cards 

 192.168.y.z
 and
 192.168.x.xxx

 are the ips

 192.168.x.xxx i can not use . i should ot infact .

 and i am running Win 2K Server
 PHP 4.2.2
 apache 1.3.24
 mysql 3.23.58


 i would really appriciat any help with this

 thnx a million

 toby

 _
 Add photos to your e-mail with MSN 8. Get 2 months FREE*.
 http://join.msn.com/?page=features/featuredemail


 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: access denied .... php my admin .....

2003-10-09 Thread toby -
thnx rory

the thing is kwexchange is localhost you know .

so it should work

alwayz has before this dammed day .

anywayz .

i did install mysql on another machine and installed all the rest , php, 
apache, phpmyadmin on another

when it gave me these access denied errors 

the very bloody same .

i thought there was somethin the matter with keepin these things on two 
separate machines u know

but now

i have got em all on the same thing . but to no use .

do you  or anyone else on this list think it could be the two network 
cards running on the machine that are actually screwin this all up fo me 


all though i have tried ma best to some how change this ip thinggy to the 
one i want mysql server to user ..

can anyone tell me where to go and what to do

as im at ma wits end now ..

thnx a mill rory ..

:)

toby

From: Rory McKinley [EMAIL PROTECTED]
To: toby - [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: access denied  php my admin .
Date: Thu, 9 Oct 2003 11:09:06 +0200
Hi Toby

I am not an expert on permissions within mysql - boy, do I wish I was - but
could the problem be that you have only granted permissions to
[EMAIL PROTECTED] and not '[EMAIL PROTECTED]' ?
Here endeth my knowledge of MySQL permissions

Rory McKinley
Nebula Solutions
+27 82 857 2391
[EMAIL PROTECTED]
There are 10 kinds of people in this world,
those who understand binary and those who don't (Unknown)
- Original Message -
From: toby - [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 8:57 AM
Subject: access denied  php my admin .
 hay guyz

 im a bit stuck

 first i couldnt get any user but root to log into mysql
 on command prompt and myadmin

 now i can ,et my user to log in through command prompt but i get this
weired
 error for myadmin

 Error

 MySQL said:


 Access denied for user: '[EMAIL PROTECTED]' (Using password:
 YES)

 zaban is my user ofcourse

 kwexchange is the machine i have installed all my php, apache, mysql on

 kwdomain is the domain we use here  at ma work place

 another thing :

 winmysqladmin shows the local ip address to be

 kwexchange.kwdomain.com
 192.168.x.xxx

 where it should only be 192.168.y.z

 there aint anything of the sort in my.ini

 where do i make changes for this 

 o  and another thing

 this machine has two cards 

 192.168.y.z
 and
 192.168.x.xxx

 are the ips

 192.168.x.xxx i can not use . i should ot infact .

 and i am running Win 2K Server
 PHP 4.2.2
 apache 1.3.24
 mysql 3.23.58


 i would really appriciat any help with this

 thnx a million

 toby

 _
 Add photos to your e-mail with MSN 8. Get 2 months FREE*.
 http://join.msn.com/?page=features/featuredemail


 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: access denied .... php my admin .....

2003-10-09 Thread Rory McKinley
Hi toby

If I log in to mysql via the command line on the hosting machine it says
[EMAIL PROTECTED] ... therefore, stating the obvious :) it doens't think you're
connecting from localhost  - this may be because of the two NICs but I don't
know enough to be sure .when you connect to the mysql server (when php,
apache and mysql are all on the same box) do you connect to 127.0.0.l
(loopback address) or do you connect to the IP address of one of the two
NICs (e.g. 192.168.y.z)?

Rory McKinley
Nebula Solutions
+27 82 857 2391
[EMAIL PROTECTED]
There are 10 kinds of people in this world,
those who understand binary and those who don't (Unknown)
- Original Message - 
From: toby - [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 11:18 AM
Subject: Re: access denied  php my admin .



 thnx rory

 the thing is kwexchange is localhost you know .

 so it should work

 alwayz has before this dammed day .

 anywayz .

 i did install mysql on another machine and installed all the rest , php,
 apache, phpmyadmin on another

 when it gave me these access denied errors 

 the very bloody same .

 i thought there was somethin the matter with keepin these things on two
 separate machines u know

 but now

 i have got em all on the same thing . but to no use .

 do you  or anyone else on this list think it could be the two network
 cards running on the machine that are actually screwin this all up fo me
 

 all though i have tried ma best to some how change this ip thinggy to the
 one i want mysql server to user ..

 can anyone tell me where to go and what to do

 as im at ma wits end now ..

 thnx a mill rory ..

 :)

 toby

 From: Rory McKinley [EMAIL PROTECTED]
 To: toby - [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: access denied  php my admin .
 Date: Thu, 9 Oct 2003 11:09:06 +0200
 
 Hi Toby
 
 I am not an expert on permissions within mysql - boy, do I wish I was -
but
 could the problem be that you have only granted permissions to
 [EMAIL PROTECTED] and not '[EMAIL PROTECTED]' ?
 
 Here endeth my knowledge of MySQL permissions
 
 Rory McKinley
 Nebula Solutions
 +27 82 857 2391
 [EMAIL PROTECTED]
 There are 10 kinds of people in this world,
 those who understand binary and those who don't (Unknown)
 - Original Message -
 From: toby - [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, October 09, 2003 8:57 AM
 Subject: access denied  php my admin .
 
 
   hay guyz
  
   im a bit stuck
  
   first i couldnt get any user but root to log into mysql
   on command prompt and myadmin
  
   now i can ,et my user to log in through command prompt but i get this
 weired
   error for myadmin
  
   Error
  
   MySQL said:
  
  
   Access denied for user: '[EMAIL PROTECTED]' (Using
password:
   YES)
  
   zaban is my user ofcourse
  
   kwexchange is the machine i have installed all my php, apache, mysql
on
  
   kwdomain is the domain we use here  at ma work place
  
   another thing :
  
   winmysqladmin shows the local ip address to be
  
   kwexchange.kwdomain.com
   192.168.x.xxx
  
   where it should only be 192.168.y.z
  
   there aint anything of the sort in my.ini
  
   where do i make changes for this 
  
   o  and another thing
  
   this machine has two cards 
  
   192.168.y.z
   and
   192.168.x.xxx
  
   are the ips
  
   192.168.x.xxx i can not use . i should ot infact .
  
   and i am running Win 2K Server
   PHP 4.2.2
   apache 1.3.24
   mysql 3.23.58
  
  
   i would really appriciat any help with this
  
   thnx a million
  
   toby
  
   _
   Add photos to your e-mail with MSN 8. Get 2 months FREE*.
   http://join.msn.com/?page=features/featuredemail
  
  
   --
   MySQL General Mailing List
   For list archives: http://lists.mysql.com/mysql
   To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]
  
  
  
 

 _
 Tired of spam? Get advanced junk mail protection with MSN 8.
 http://join.msn.com/?page=features/junkmail





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: access denied .... php my admin .....

2003-10-09 Thread toby -
sorry for this late reply rory

i just got back to work ..

i am trying to connect to 192.168.x.y

but the jerk connects to 192.168.xx.xxx

the other ip

yeha  it connects to an ip . not the loop back adrs

am i supposed to connect to loop back adrs thinggy ?

im all screwed with this thing ..

:'(

thnx a bill

toby

From: Rory McKinley [EMAIL PROTECTED]
To: toby - [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: access denied  php my admin .
Date: Thu, 9 Oct 2003 11:47:25 +0200
Hi toby

If I log in to mysql via the command line on the hosting machine it says
[EMAIL PROTECTED] ... therefore, stating the obvious :) it doens't think 
you're
connecting from localhost  - this may be because of the two NICs but I 
don't
know enough to be sure .when you connect to the mysql server (when php,
apache and mysql are all on the same box) do you connect to 127.0.0.l
(loopback address) or do you connect to the IP address of one of the two
NICs (e.g. 192.168.y.z)?

Rory McKinley
Nebula Solutions
+27 82 857 2391
[EMAIL PROTECTED]
There are 10 kinds of people in this world,
those who understand binary and those who don't (Unknown)
- Original Message -
From: toby - [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 11:18 AM
Subject: Re: access denied  php my admin .

 thnx rory

 the thing is kwexchange is localhost you know .

 so it should work

 alwayz has before this dammed day .

 anywayz .

 i did install mysql on another machine and installed all the rest , php,
 apache, phpmyadmin on another

 when it gave me these access denied errors 

 the very bloody same .

 i thought there was somethin the matter with keepin these things on two
 separate machines u know

 but now

 i have got em all on the same thing . but to no use .

 do you  or anyone else on this list think it could be the two 
network
 cards running on the machine that are actually screwin this all up fo me
 

 all though i have tried ma best to some how change this ip thinggy to 
the
 one i want mysql server to user ..

 can anyone tell me where to go and what to do

 as im at ma wits end now ..

 thnx a mill rory ..

 :)

 toby

 From: Rory McKinley [EMAIL PROTECTED]
 To: toby - [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: access denied  php my admin .
 Date: Thu, 9 Oct 2003 11:09:06 +0200
 
 Hi Toby
 
 I am not an expert on permissions within mysql - boy, do I wish I was -
but
 could the problem be that you have only granted permissions to
 [EMAIL PROTECTED] and not '[EMAIL PROTECTED]' ?
 
 Here endeth my knowledge of MySQL permissions
 
 Rory McKinley
 Nebula Solutions
 +27 82 857 2391
 [EMAIL PROTECTED]
 There are 10 kinds of people in this world,
 those who understand binary and those who don't (Unknown)
 - Original Message -
 From: toby - [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, October 09, 2003 8:57 AM
 Subject: access denied  php my admin .
 
 
   hay guyz
  
   im a bit stuck
  
   first i couldnt get any user but root to log into mysql
   on command prompt and myadmin
  
   now i can ,et my user to log in through command prompt but i get 
this
 weired
   error for myadmin
  
   Error
  
   MySQL said:
  
  
   Access denied for user: '[EMAIL PROTECTED]' (Using
password:
   YES)
  
   zaban is my user ofcourse
  
   kwexchange is the machine i have installed all my php, apache, mysql
on
  
   kwdomain is the domain we use here  at ma work place
  
   another thing :
  
   winmysqladmin shows the local ip address to be
  
   kwexchange.kwdomain.com
   192.168.x.xxx
  
   where it should only be 192.168.y.z
  
   there aint anything of the sort in my.ini
  
   where do i make changes for this 
  
   o  and another thing
  
   this machine has two cards 
  
   192.168.y.z
   and
   192.168.x.xxx
  
   are the ips
  
   192.168.x.xxx i can not use . i should ot infact .
  
   and i am running Win 2K Server
   PHP 4.2.2
   apache 1.3.24
   mysql 3.23.58
  
  
   i would really appriciat any help with this
  
   thnx a million
  
   toby
  
   _
   Add photos to your e-mail with MSN 8. Get 2 months FREE*.
   http://join.msn.com/?page=features/featuredemail
  
  
   --
   MySQL General Mailing List
   For list archives: http://lists.mysql.com/mysql
   To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]
  
  
  
 

 _
 Tired of spam? Get advanced junk mail protection with MSN 8.
 http://join.msn.com/?page=features/junkmail




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]

_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com