![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Database Database problems or need to ask a question? maybe something to do with sql injections or a database software question. Database topics cover MySQL, PostgreSQL, Oracle, SQL Server or anything else related to databases. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| I'm having a certain user, say 'mike', which i would only give access to databaseA. Mike should also only see databaseA in the output of 'show databases'. Unfortunately, mike now sees all databases available if he issues the command. How do I prevent this? How do I make sure mike sees only databaseA if he issues the 'show databases' command? Tnx, Bart -- "Share what you know. Learn what you don't." | |||
|
| Advertisements |
| | #2 | ||
| "Bart Vandewoestyne" <MyFirstName.MyLastName@telenet.be> wrote in message news:1111873102.708001@seven.kulnet.kuleuven.ac.be ... : I'm having a certain user, say 'mike', which i would only give access to : databaseA. Mike should also only see databaseA in the output of 'show : databases'. Unfortunately, mike now sees all databases available if he : issues the command. : : How do I prevent this? How do I make sure mike sees only databaseA if : he issues the 'show databases' command? : : Tnx, : Bart : : -- : "Share what you know. Learn what you don't." Make Mike less important. That is to make him like a guest. 2-lips. | |||
|
| | #3 | ||
| hey i only just found this forum so sorry if this comes too late! i would revoke all of mikes privileges with: revoke all on * from mike; then grant him access to that table only. grant select on databasename.tablename to mike. havn't tried it but logically it should work. ...nokturnal | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: access, privileges |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| User Access Problem | Walt Shipley | Database | 0 | 05-31-2007 7:38 PM |
| Access Programmer / Access Developer Can help Automate your BIZ | sos | Building An Internet Business | 0 | 05-29-2007 2:10 AM |
| ********ACCESS TO A COMPUTER? | RJ | Building An Internet Business | 0 | 05-29-2007 12:44 AM |
| restricted access | Zoe Brown | PHP | 16 | 05-20-2007 5:33 PM |
| ms access | theseeric | Database | 1 | 08-02-2006 12:41 AM |
| Featured Websites | ||||
|