Re: user/root

2003-01-02 Thread R. Hannes Niedner
On 1/1/03 5:46 PM, "Richard Nagle" <[EMAIL PROTECTED]> wrote: > Well it would appear that I finally have a connection Congrats. > q. since I am root, do I still need to GRANT a database to myself? > or just a to a new user. aka: bob@localhost If you are the only person using the computer that t

Re: user/root

2003-01-02 Thread David T-G
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick -- ...and then Richard Nagle said... % ... % [MacG4a:/usr] rnagle% mysql -u root -p % Enter password: % Welcome to the MySQL monitor. Commands end with ; or \g. ... % % Well it would appear that I finally have a connection Yay! :-) % % q.

Re: user/root

2003-01-02 Thread Richard Nagle
On Wednesday, January 1, 2003, at 08:06 PM, R. Hannes Niedner wrote: You have a recent installation of mysql then you can just run SET PASSWORD FOR root@localhost=PASSWORD('tko'); and skip the flush privileges. All explained here: Be

Re: user/root

2003-01-01 Thread R. Hannes Niedner
On 1/1/03 2:31 PM, "Richard Nagle" <[EMAIL PROTECTED]> wrote: > Well after 3 times installing mysql, finally > got it working (tks to those whom help) > now I need to take care of user and root. > first root. > > mysql> mysql -u root mysql > > just want to confirm this is correct before I push e