Re: users and passwords...users and passwords...

2001-05-21 Thread Mark Rowlands
; From: Paul DuBois [mailto:[EMAIL PROTECTED]] > Sent: Sunday, May 06, 2001 6:36 PM > To: Simon Chan; mysql Mail List > Subject: Re: users and passwords...users and passwords... > > At 12:16 PM -0700 5/6/01, Simon Chan wrote: > >NEWBIE QUESTION > >Hello, > > >

RE: users and passwords...users and passwords...

2001-05-06 Thread Daniel Goldin \(E-mail\)
]] Sent: Sunday, May 06, 2001 6:36 PM To: Simon Chan; mysql Mail List Subject: Re: users and passwords...users and passwords... At 12:16 PM -0700 5/6/01, Simon Chan wrote: >NEWBIE QUESTION >Hello, > >Just installed mysql on a solaris2.7 sparc machine, but I don't seem >to have

Re: users and passwords...users and passwords...

2001-05-06 Thread Paul DuBois
At 12:16 PM -0700 5/6/01, Simon Chan wrote: >NEWBIE QUESTION >Hello, > >Just installed mysql on a solaris2.7 sparc machine, but I don't seem >to have permission to do >anything! I add a user by typing > >useradd username That creates a UNIX user account, not a MySQL user account. They have not

Re: users and passwords...users and passwords...

2001-05-06 Thread Zak Greant
Use \u mysql; to select the database In the query: insert into user (host, user, password) values ('localhost', 'myname' password('testpass'); you are missing a bracket after ...('testpass') --zak - Original Message - From: "Simon Chan" <[EMAIL PROTECTED]> To: "mysql Mail Li