Re: Creating Users and Passwords

2004-04-29 Thread Lou Olsten
; To: "Lou Olsten" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 29, 2004 9:34 PM Subject: Re: Creating Users and Passwords > > Lou Olsten wrote: > > > I thought I had a handle on this, but now I'm all screwed up. > > > > My

Re: Creating Users and Passwords

2004-04-29 Thread Michael Stassen
Dan Nelson wrote: In the last episode (Apr 29), Lou Olsten said: I thought I had a handle on this, but now I'm all screwed up. MySQL 4.1.1a-alpha-max-debug-log Windows 2000 Server I'm trying to create a user roby with a password of 'foo' with access to everything. Here's what happens: - Sign in

Re: Creating Users and Passwords

2004-04-29 Thread Michael Stassen
Lou Olsten wrote: I thought I had a handle on this, but now I'm all screwed up. MySQL 4.1.1a-alpha-max-debug-log Windows 2000 Server I'm trying to create a user roby with a password of 'foo' with access to everything. Here's what happens: - Sign in as root on the local host. - GRANT ALL PRIVILE

Re: Creating Users and Passwords

2004-04-29 Thread Paul DuBois
At 16:21 -0500 4/29/04, Dan Nelson wrote: In the last episode (Apr 29), Lou Olsten said: I thought I had a handle on this, but now I'm all screwed up. MySQL 4.1.1a-alpha-max-debug-log Windows 2000 Server I'm trying to create a user roby with a password of 'foo' with access to everything. Her

Re: Creating Users and Passwords

2004-04-29 Thread Tbird67ForSale
hmmmif you are on the same machine, does it work if you do not specify the '-h localhost'? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Creating Users and Passwords

2004-04-29 Thread Tbird67ForSale
What is the version of your mysql client? If it is pre 4.1 then it is likely being bitten by the password length change from 4.0.xx to 4.1 from 16bytes to 41bytes. You'll need to read the note on passwords in the 4.1 docs. Hope this helps. -- MySQL General Mailing List For list archives: ht

Re: Creating Users and Passwords

2004-04-29 Thread Lou Olsten
ing unique to that box. Lou - Original Message - From: "Dan Nelson" <[EMAIL PROTECTED]> To: "Lou Olsten" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 29, 2004 5:21 PM Subject: Re: Creating Users and Passwords > In the last

Re: Creating Users and Passwords

2004-04-29 Thread Dan Nelson
In the last episode (Apr 29), Lou Olsten said: > I thought I had a handle on this, but now I'm all screwed up. > > MySQL 4.1.1a-alpha-max-debug-log > Windows 2000 Server > > I'm trying to create a user roby with a password of 'foo' with access to everything. > Here's what happens: > > - Sign i