Am Sonntag den, 27. Januar 2002, um 19:15, schrieb Michael Collins:
> At 6:43 PM +0100 1/27/02, Helmuth Lutz wrote: >> I can not connect to mysql neither do some tests: >> >> [hlutz:/usr/local/mysql] hlutz% mysqladmin version >> mysqladmin: connect to server at 'localhost' failed >> error: 'Access denied for user: 'hlutz@localhost' (Using password: NO)' > > > Did you establish a password for the root user? > > [hlutz:/usr/local/mysql] hlutz% mysqladmin -u root -p version > > If you did not set a root password, just hit return. If you did, then > enter that password. Thanks and the result: [hlutz:~] hlutz% cd /usr/local/mysql [hlutz:/usr/local/mysql] hlutz% mysqladmin -u root -p version Enter password: mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user: 'root@localhost' (Using password: NO)' [hlutz:/usr/local/mysql] hlutz% mysqladmin -u root -p version Enter password: mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user: 'root@localhost' (Using password: YES)' [hlutz:/usr/local/mysql] hlutz% As I remeber I set a password. But as you see either it is wrong or does not work. Question back: Which password is ment?: - OSX user - OSX root - MySQL root I tried all of them. Do you have other ideas how to test? Thanks Helmuth --------------------------------------------------------------------- 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