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 > Not able to edit SP in shared hosting using workbench

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-18-12, 11:17
dinomycle dinomycle is offline
Registered User
 
Join Date: Jun 2012
Posts: 1
Not able to edit SP in shared hosting using workbench

hello all,
We are using a web application using PHP + MySQL, and hosting is done in shared hosting services. The DB queries are written using Stored Procedure(SP). WHile creating the SP, we used to login to the phpmyadmin and create the SP by pasting the query create procedure in the SQL query command window. All works fine, no issue

Now we want to use the workbench to do editing the SP, for checking the diff of the schema and all. Here our problem starts, workbench is not able to show me or edit the SP, its not able to get the data. all the tables we are able to access.

After debugging, got help from the hosting provider, they told since the SP is created using phpmyadmin, the definer in taht is localhost@domain.com so only through this we can edit it.

my queries are as below

1) How can i change all the SP to be editable from my PC through workbench and take advantage of the schema compare feature , where my IP address also changes (Dynamic IP for internet connection)


Some one can trough some light on this, will be very helpful

Thanks for the support
dinomycle
Reply With Quote
  #2 (permalink)  
Old 06-19-12, 10:26
guelphdad guelphdad is offline
Registered User
 
Join Date: Mar 2004
Posts: 480
That is something you'd have to ask your host.
Reply With Quote
Reply

Tags
mysql, stored procedure, workbench

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