7 messages in com.mysql.lists.win32Re: restrict a user to access only on...| From | Sent On | Attachments |
|---|---|---|
| Tata Respecia | 23 Sep 2004 23:43 | |
| Jonathan G. Lampe | 24 Sep 2004 07:39 | |
| Tata Respecia | 24 Sep 2004 17:09 | |
| Tata Respecia | 24 Sep 2004 17:15 | |
| Armando | 24 Sep 2004 18:27 | |
| Tata Respecia | 24 Sep 2004 20:59 | |
| Armando | 25 Sep 2004 10:51 |
| Subject: | Re: restrict a user to access only one database![]() |
|---|---|
| From: | Tata Respecia (tata...@yahoo.com) |
| Date: | 09/24/2004 05:15:09 PM |
| List: | com.mysql.lists.win32 |
sorry replace "userx' instead of "php". actually i used userx instead of the actual php. but i started the post using userx.
Tata Respecia <tata...@yahoo.com> wrote:
I made the grants thru 3rd party SQLyog but didnt get the desired result. i also
tried using mysql prompt but still the same.
however i remember i just copied dbx database using windows simple explorer
copy/paste from my old server harddisk to this new one. I suspect this is the
reason. if this is so, how can i find some remedy?
mysql> select host,user from user where user='php'; +------+----------+ | host | user | +------+----------+ | % | userx | +------+----------+ 1 row in set (0.00 sec) mysql> select host,db,user from db where user='php'; +------+------+------+ | host | db | user | +------+------+------+ | % | dbx | php | +------+----+------+ 1 row in set (0.01 sec)
"Jonathan G. Lampe" wrote:Hello Tata,
It would probably help if you: - Posted the exact commands you are using to grant access to "userx" - Posted the results from your "mysql" database using these two queries: mysql> select host,user from user; mysql> select host,db,user from db;
-jgl
At 01:43 AM 9/24/2004, Tata Respecia wrote:
logged in as root, i added a new user called userx with privileges on database dbx. my problem is userx can still access other databases in my server. im using the ff server in winxp:
******************* PLEASE NOTE *******************
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed. If
you are not the named addressee you should not disseminate, distribute or copy
this e-mail. Please delete this e-mail from your system. If you are not the
intended recipient you are notified that disclosing, copying, distributing or
taking any action in reliance on the contents of this information is strictly
prohibited.
--------------------------------- Do you Yahoo!? Express yourself with Y! Messenger! Free. Download now.
--------------------------------- Do you Yahoo!? vote.yahoo.com - Register online to vote today!




