mysql -h host -u user -p
Does that mean that I type, for example:
mysql -h localhost -u admin -p
with localhost=host and admin=user?
When I'm asked for the password, I hit return and it lets me in.
But if I try to create a database, by using:
GRANT ALL ON store.* TO [EMAIL PROTECTED];
I get an ERROR 1044: Access denied for user: '@localhost' to database 'store'
Any help is appreciated.
--Scott
_________________________________________________________________
Concerned that messages may bounce because your Hotmail account is over limit? Get Hotmail Extra Storage! http://join.msn.com/?PAGE=features/es
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]