RE: [SLUG] mySQL Control Center - Access Denied Problem

2003-04-03 Thread Adam W
> >From memory MySQL handles local access differently to remote > access. If > >you > connect from the localhost then it will use [EMAIL PROTECTED] > while remote access will use [EMAIL PROTECTED] Make sure both accounts > exist and use the password for [EMAIL PROTECTED] when using mycc from a

Re: [SLUG] mySQL Control Center - Access Denied Problem

2003-04-03 Thread Rich Buggy
rsday, April 03, 2003 10:34 AM Subject: [SLUG] mySQL Control Center - Access Denied Problem > Hi All, > > I am having a few problems with mySQL. Why would it be doing this: > * I can login locally on the mySQL box using $mysql -uadamw -p > * I try and do this through mySQL control cen

RE: [SLUG] mySQL Control Center - Access Denied Problem

2003-04-03 Thread Martin Ellison
Can you get in from the win box using the mysql command line client? I suppose there must be one ffor windows. Martin On Thu, 2003-04-03 at 21:01, Adam W wrote: > > MySQL permissions depend on which box you are coming from. > > > > So [EMAIL PROTECTED] might have one set of permissions and > >

RE: [SLUG] mySQL Control Center - Access Denied Problem

2003-04-03 Thread Adam W
> MySQL permissions depend on which box you are coming from. > > So [EMAIL PROTECTED] might have one set of permissions and > [EMAIL PROTECTED] might have different permissions (or none). > > You can adjust the permissions using the PERMIT statement. I understand that - but I have let my userna

Re: [SLUG] mySQL Control Center - Access Denied Problem

2003-04-03 Thread Martin Ellison
MySQL permissions depend on which box you are coming from. So [EMAIL PROTECTED] might have one set of permissions and [EMAIL PROTECTED] might have different permissions (or none). You can adjust the permissions using the PERMIT statement. Regards, Martin On Thu, 2003-04-03 at 10:34, Adam W wrot

Re: [SLUG] mySQL Control Center - Access Denied Problem

2003-04-02 Thread Dave Airlie
> after a reboot it now refuses. Though last night it allowwed me after > some changes to hosts.allow, hosts.deny (don't know if that is relevant > - isnt this just xinetd? I'm not running mySQL through xinetd) no a lot of things use hosts.allow/deny, its tcp_wrappers.. any application can link ag

[SLUG] mySQL Control Center - Access Denied Problem

2003-04-02 Thread Adam W
Hi All, I am having a few problems with mySQL. Why would it be doing this: * I can login locally on the mySQL box using $mysql -uadamw -p * I try and do this through mySQL control center running on windows machine and it gives me: ERROR 1045: Access denied for user: '[EMAIL PROTECT