I'm learning mySQL and I think I missed something or
missconfigured...because I get an Access denied error. Any hints what I am
missing? What should I check?

OS: OpenBSD 3.0

# ./mysqladmin -u root -p ver
Enter password:
./mysqladmin  Ver 8.23 Distrib 3.23.49, for unknown-openbsd3.0 on i386
Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license

Server version          3.23.49-log
Protocol version        10
Connection              Localhost via UNIX socket
UNIX socket             /tmp/mysql.sock
Uptime:                 36 min 48 sec

Threads: 1  Questions: 5  Slow queries: 0  Opens: 6  Flush tables: 1  Open
tables: 0 Queries per second avg: 0.002
_________________________________________________________________
mysql -u root mysql
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)

# ./mysql -u root test
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)


Mitja


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