Add trigger rights in mysql menu

nieuwhier

Verified User
Joined
Sep 8, 2005
Messages
280
Location
Netherlands
From mysql 5.1 there is the trigger attribute in a user.
It would be nice if this could be added to the user rights screen in directadmin.
 
I agree.

For those who were wondering what a trigger is:

A trigger is a named database object that is associated with a table, and that activates when a particular event occurs for the table. Some uses for triggers are to perform checks of values to be inserted into a table or to perform calculations on values involved in an update.
 
Also, how about adding the ability to edit the user's:

MAX_QUERIES_PER_HOUR,
MAX_UPDATES_PER_HOUR,
MAX_CONNECTIONS_PER_HOUR,
MAX_USER_CONNECTIONS

at admin level, i.e set a default template when clients add each mysql users.

Of course, not everyone would use it, including me, but I could see a need for this......
 
Also, how about adding the ability to edit the user's:

Would be very usefull but I do not want to make my request to 'difficult'. My request was just adding something simular as there already is. You are talking about complete new functionality wich is always harder to do...
 
Sorry, was hijacking your thread instead of starting my own, and seeing it was MySQL related, its on-topic :p
 
Back
Top