It looks like you need a root kit. No. A root canal. No, wait! That's not
right, either. ;)

alan4100 queried:

[snipped]

> C:\mysql\bin>mysql

[snipped]

> ***mysql> use mysql;
> ERROR 1044: Access denied for user: '@localhost' to database 'mysql'

I know the manual takes a lot of reading, but it is worth it. Section 3
("Introduction to MySQL") shows you how to specify the host and user, and
you are not going to get administrator access logging on anonymously.
Section 4.3 has the nitty-gritty, if you need it.

c:>mysql -h host -u user

And there's a password option, too, which you may need.

Joel Rees
Alps Giken Kansai Systems Develoment
Suita, Osaka




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