MySQL Forums
Forum List  »  InnoDB

Re: How to migrate from innodb storage engine to new innodb plugin in 5.1.30
Posted by: Nolan Sunico
Date: January 21, 2009 08:01PM

Hi;

You mean you want to upgrade your server to new version? if so you need to dump your database using mysqldump or mysqlhotcopy. all tables will be restored during restoration, except if ever you have views, stored procedures, functions. the ordering of the commands should be on the proper order, meaning if you do include views from another views or stored procedure from another procedure, existence should come first before you can use it. if you have no either of these database objects, you need not to worry. go on with the backup and restore operations.

The Programmer

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to migrate from innodb storage engine to new innodb plugin in 5.1.30
1725
January 21, 2009 08:01PM


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.