Re: newbie needs help setting paswords

2001-05-05 Thread Rene Tegel
On Sat, 5 May 2001 14:11:24 -0700 "Daniel Goldin \(E-mail\)" <[EMAIL PROTECTED]> wrote: > I'bve been following SAM'S TEACH YOURSELF MYSQL and hit a glitch. Whenn I do > what I'm told to do create passwords here's what happens > > prompt> insert into user (host, user, password) values('localhost'

Re: newbie needs help setting paswords

2001-05-05 Thread Thalis A. Kalfigopoulos
On Sat, 5 May 2001, Daniel Goldin (E-mail) wrote: > I'bve been following SAM'S TEACH YOURSELF MYSQL and hit a glitch. Whenn I do > what I'm told to do create passwords here's what happens > > prompt> insert into user (host, user, password) values('localhost', 'myname' > password('testpass'); >

newbie needs help setting paswords

2001-05-05 Thread Daniel Goldin \(E-mail\)
I'bve been following SAM'S TEACH YOURSELF MYSQL and hit a glitch. Whenn I do what I'm told to do create passwords here's what happens prompt> insert into user (host, user, password) values('localhost', 'myname' password('testpass'); I get the following error: "Syntax error near unexoecte