If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Temp Tables and Restricted Permissions

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-22-04, 04:12
acoghlan acoghlan is offline
Registered User
 
Join Date: Apr 2004
Location: UK
Posts: 1
Question Temp Tables and Restricted Permissions

I have a database that serves data to two websites. Site 1 is an admin site - used to update data. Site 2 displays data from one table in the DB. I want to be able to use a different login id for each site, (say login1 and login2) specifically so that site 2 only has access to the table from which it is displaying data.

I can set these permissions no problems, however the code on site 2 (an ASP site) creates a temp table when generating it's dataset. If I give login2 access to the specific table only, then I get an error on my web page telling me I dont have access to the temp table.

Is there a way around this? or do I have to give login2 access to the entire database?

I am using MySQL 3.23.56
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On