Security Manager

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
[email protected]
Posts: 2
Joined: Wed 06 Feb 2008 17:32

Security Manager

Post by [email protected] » Thu 14 Feb 2008 01:04

I'm able to connect remotely to MySQL database on my server. When I try to use the Security Manager to create users, I get these error nessages:

Access denied (Error#1044)

and

Access denied, you need the RELOAD privilege for this operation (Error#1227)

Does this mean that I must setup user accounts in the hosted database table in order to create users remotely?

Sincerely appreciate your comments.

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Thu 14 Feb 2008 07:47

In MySQL server security it does matter whether you connect to server remotely or locally. For each user account you can setup different access rights for different hosts.
In your case you need to connect locally and setup appropriate access rights for remote connection.
For more information on security refer to MySQL documentation.

Post Reply