sql - Mysql Stored Procedure SQLYog issue -


I have set up my site in a way that I am developing on localhost and Then updates it and everyone is good to go then, but there is a problem with processed processes .

When I create an archived procedure on the local host and then the server is using sqlyog copy then it has been copied but, I can not convert it to live . To do this, I have to create another with a few dummy names and then manually copy & amp; Paste the code of SP and execute it to make it.

Any issue that could be the issue here?

UPDATE

Due to the execution of SP with this problem only I think that this error has definitely been found:

  The user specified as a fixed ('root' @ 'localhost') does not exist   

I am not expecting this problem because I copy the process Before deleting clear , it looks like its own

probably by force sqlyog Adds

.

when you are live

  ('root' @ ' Localhost ')   

In place of the local host, enter the user name in place of the root and host address. It will do the same for you.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -