Jianping Zhu <[EMAIL PROTECTED]> wrote:
> 
> 
> I have database Zope
> I run following command and get error
> 
> 
> myql> grant all on Zope.* to [EMAIL PROTECTED];
> ERROR 1044: Access denied for user: '[EMAIL PROTECTED]' to database 'Zope'
> mysql>
> 
> As a consequece I try to access Zope from a web, it also shows me the
> error.
> 
> how can i fix this problem?

This error means that user 'root'@'localhost' doesn't have permissions on the database 
'Zope'. Connect as user that has permissions on that database.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to