+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2004
    Location
    Utah
    Posts
    249
    Points
    7,731
    Level
    37

    stored procedures in mysql

    Is there a way to give customers the capability to run stored procedures in mysql without having to give them Super User privileges?

    Thanks!
    John
    Storm's i Solutions, LLC.
    Java|Pipe
    -JAVA Hosting-

  2. #2
    Join Date
    Jun 2011
    Posts
    134
    Points
    1,626
    Level
    16
    With what understanding I can make of it, a mysql stored procedure shouldn't require the user to have superuser privileges unless the DEFINER of the stored procedure is root.

    You could try setting up a stored procedure with the definer of said procedure being someone other than root and running it, then posting the result.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts