Does anyone know why?

create database visitor;
grant all on visitor.* to visitor_user identified by 'visitor';
use visitor;

mysql -u visitor_user -p

I get "ERROR 1045: Access denied for user: 'visitor_user@localhost' (Using password: YES)"

----------------------------------------
From Mozilla and GNU/Linux


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