Re: sql help
Rino Mardo <helixfish@gmx.net> writes:
> hiya.  can anyone assist me in finding out what's wrong with the ff:
> 
> mysql -uroot -e"insert into user(Host,User,Password)
> values('localhost','guestbook',password('guestbook')" mysql
> 
You are just missing the last ). Add another one behind the last one and
you will be fine
Kjetil
-- 
    Quidquid latine dictum sit, altum viditur
PGP: http://grustibus.sourceforge.net/kjetilt-pgp.asc
Reply to:
- References:
- sql help
- From: Rino Mardo <helixfish@gmx.net>