Re: MySQL won't GRANT ALL ON cookbook.* ... ERROR 1044

2003-02-24 Thread fliptop
On Sun, 23 Feb 2003 at 20:09, Ed Sickafus opined:

ES:Server: Linux (RedHat 7.2) Apache 1.3.x
ES:I'm trying to run an introductory exercise out of MySQL Cookbook by Paul
ES:DeBois
ES:Accessing MySQL from a PC via PuTTY to ISP's UNIX
ES:I can get to the mysql prompt but no further.
[snip]

since your question has nothing to do with cgi, it would be better asked
on the dbi mailing list:

http://www.perl.com/pub/a/language/info/mailing-lists.html#db

or perhaps one of the mysql mailing lists:

http://www.mysql.com/documentation/lists.html


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



MySQL won't GRANT ALL ON cookbook.* ... ERROR 1044

2003-02-23 Thread Ed Sickafus
Server: Linux (RedHat 7.2) Apache 1.3.x
I'm trying to run an introductory exercise out of MySQL Cookbook by Paul
DeBois
Accessing MySQL from a PC via PuTTY to ISP's UNIX
I can get to the mysql prompt but no further.

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 34159494 to server version: 3.23.54

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql GRANT ALL ON cookbook.* TO 'cbuser''localhost';
ERROR 1044: Access denied for user: '[EMAIL PROTECTED]' to
database 'cookbook'

My ISP-Support says: Unfortunately, we do not provide technical support on
the usage of mysql. We can tell you should not be using localhost.

What are my options if not localhost?

Thanks for your consideration.
Ed


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]