c-square 0 Posted February 12, 2009 Hi, I recently contacted the help desk regarding a problem I was having granting the Execute permission for a user to use certain stored procedures on my MySQL database. The response I received was: "MySQL stored procedures are not supported with our servers." Can you guys confirm this? If so, then you may seriously want to fix that, as at least for me, it will force me to have to find hosting elsewhere. I'm hoping the statement above is just an exaggeration, and that my stored procedures will be able to work here, as I'd much rather stay with TCH if possible. Cheers, -- Chris Quote Share this post Link to post Share on other sites
TCH-Bruce 13 Posted February 12, 2009 Chris, the help desk is the only place it can be confirmed. The moderators don't have access to the servers. Quote Share this post Link to post Share on other sites
erisande 0 Posted March 28, 2009 is there any further word on this? I want to use stored procedures with my code. I have for a couple of years now... Quote Share this post Link to post Share on other sites
TCH-Thomas 24 Posted March 28, 2009 As Bruce says, the help desk is the only place it can be confirmed, so please submit a ticket. Quote Share this post Link to post Share on other sites
jgingras 0 Posted April 2, 2009 I dont know if this is of any help, but the only way that you can do stored procedure is to have the SUPER permission level for the server which you cannot have unless you have a dedicated server. We ran into that problem in the past. So again, the only way that you can write stored procedures with tch is having your own dedicated server. That was a while ago, but I believe that this is still the case. Quote Share this post Link to post Share on other sites
TCH-Ryan 0 Posted April 2, 2009 At present, there is no method to allow the creation of stored procedures without granting super privileges, which in a shared environment is a very bad thing to do. This can be overcome by looking at semi-dedicated or fully dedicated server where you get full root access to the server. Quote Share this post Link to post Share on other sites