Hi,
I'm trying to define some basic permitions on MySQL with no success ...
I'm using MySQL 4.1.11 on Windows XP Pro. I'm using MySQL Administrator 1.0.20 to configure all up, still no success.
What I want:
I want to configure 2 schemas. One named www and other named docj. Names aren't important, these ones were randomly taken from my head
.
So I want to create a user, djuser which will be able to do Select/Insert/Updete/Delete on docj only.
If I try to enter with that user, I would only be able to access the docj schema, and all it's tables. This would be some sort of user for an application to access the database.
The problem, is that no matter what I do, I cannot make it to work ... I can't even login with the user I just created ... but mysql is working, since I can login with the user admin.
Once I did made it with success, a couple of months ago, but didn't exacly knew how I made it ... just happened ...
I'll post some pictures with the definitions I made in the Administrator tool. I'm using MySQL Query Browser 1.1.7 to access the database. All this software's are lattest versions taken from the mysql site.
User Definitions
User Privileges for docj schema
User Privileges for www schema
Failed Login
Before you send me googling around, let me tell you I'm already googling for some solution for this problem, and still haven't found a clear explanation ... the question is, why isn't it working? What am I missing? Some crazy refresh missing here?
I don't believe it's a bug, because it happened to me before as I said, with an older version of MySQL.
Thanks for any help
I'm trying to define some basic permitions on MySQL with no success ...
I'm using MySQL 4.1.11 on Windows XP Pro. I'm using MySQL Administrator 1.0.20 to configure all up, still no success.
What I want:
I want to configure 2 schemas. One named www and other named docj. Names aren't important, these ones were randomly taken from my head
So I want to create a user, djuser which will be able to do Select/Insert/Updete/Delete on docj only.
If I try to enter with that user, I would only be able to access the docj schema, and all it's tables. This would be some sort of user for an application to access the database.
The problem, is that no matter what I do, I cannot make it to work ... I can't even login with the user I just created ... but mysql is working, since I can login with the user admin.
Once I did made it with success, a couple of months ago, but didn't exacly knew how I made it ... just happened ...
I'll post some pictures with the definitions I made in the Administrator tool. I'm using MySQL Query Browser 1.1.7 to access the database. All this software's are lattest versions taken from the mysql site.
User Definitions
User Privileges for docj schema
User Privileges for www schema
Failed Login
Before you send me googling around, let me tell you I'm already googling for some solution for this problem, and still haven't found a clear explanation ... the question is, why isn't it working? What am I missing? Some crazy refresh missing here?
I don't believe it's a bug, because it happened to me before as I said, with an older version of MySQL.
Thanks for any help