Ekate Posted May 1, 2007 Share Posted May 1, 2007 Hello,dear experts! I have this kind of silly question for you. If my client application creates and drops the temporary table how can I manage this when I assign the rights for the user when he connects to the database.I mean I don't want to allow the user create and drop the tables,but if he needs to create and drop the temporary it means that I should allow to do it on the database level and of course it doesn't suit me,'cause with this rights my user can do some bad things with my database... Could you please give me some advises Thank you in advance, best regards, Ekate Quote Link to comment https://forums.phpfreaks.com/topic/49535-privileges/ Share on other sites More sharing options...
fenway Posted May 1, 2007 Share Posted May 1, 2007 Why are you doing this? Quote Link to comment https://forums.phpfreaks.com/topic/49535-privileges/#findComment-242873 Share on other sites More sharing options...
trecool999 Posted May 1, 2007 Share Posted May 1, 2007 WHat are you trying to make? A new PHPMyAdmin or something? Quote Link to comment https://forums.phpfreaks.com/topic/49535-privileges/#findComment-242927 Share on other sites More sharing options...
Ekate Posted May 2, 2007 Author Share Posted May 2, 2007 I'm doing the client application using PHP-Gtk2, through this application user can connect to the MySQL,can upload and get some data. But I use temporary tables in it,and that's why I'm asking about possibility to handle the rights for dropping the temporary tables... Thank you in advance Quote Link to comment https://forums.phpfreaks.com/topic/49535-privileges/#findComment-243234 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.