On Monday, September 30, 2002, at 04:34  24h, Stéphane Pinel wrote:

>
> I've just installed MySQL on a MacOS X 10.2 system. Everything is OK 
> but I
> can't find how I can login as a master to create users and give 
> privileges ?
>
> Thanks.

With the server running you first need to give "root" a password by 
typing:

mysqladmin -u root password 'password'

Including the single quotes.  Then to log in as root:

mysql -uroot -p


--
Clayburn W. Juniel, III -- Effective Software Solutions
Phone: (602) 326-7707    Mobile: (602)326-7707
Email: [EMAIL PROTECTED]
http://EffectiveSoftwareSolutions.com
--


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to