MySQL Forums
Forum List  »  Stored Procedures

Re: Stored procedure 'there' but doesn't exist
Posted by: Peter Brawley
Date: May 08, 2015 10:58AM

When an upgrade skips a major version---in your case, 5.5---all bets are off.

The only reliable method is, for each major version, save a mysqldump to a safe location, install the next major version, run mysql_upgrade, import the dump, test and fix errors.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Stored procedure 'there' but doesn't exist
1000
May 08, 2015 10:58AM


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.