On Monday 19 November 2001 16:25, behrens wrote:
> first a thank to Ian Barwick,his tip saved my day.
> But now the next newbie Question! I want to insert  users into the
> usertable of the mysql Tables
> how do i login?
> haven't found an answer sofar.
> Does anyone knows where such questions were already answered,
> so that i have not to put my  nescience to display :)

The online documentation is usually a good starting place ;-)

See:
http://www.mysql.com/documentation/index.html

and more specifically:
http://www.mysql.com/doc/A/d/Adding_users.html

To "login" to MySQL at the command line use the "mysql" client:

mysql -Uroot -p 


HTH

-- 
Ian Barwick - Developer - [EMAIL PROTECTED]
akademie.de asp GmbH - http://www.akademie.de

"To query tables in a MySQL database is more fun than eating spam"

---------------------------------------------------------------------
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