MySQL Forums
Forum List  »  Newbie

Re: MySQL Dump commands fails
Posted by: Muhammad Ali
Date: April 29, 2015 08:39AM

SELECT * FROM information_schema.ROUTINES
WHERE ROUTINE_NAME = 'Test_CustomerInfo';

shows that this procedure exists and showed complete PL/SQL. But show "create procedure" command says ERROR 1305 (42000): PROCEDURE Test_CustomerInfo does not exist. How to resolve this issue.

Options: ReplyQuote


Subject
Written By
Posted
April 18, 2015 08:45AM
April 21, 2015 05:00PM
April 22, 2015 11:25PM
April 25, 2015 10:47PM
Re: MySQL Dump commands fails
April 29, 2015 08:39AM
April 29, 2015 06:25PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.