MySQL Forums
Forum List  »  MyISAM

Re: Massive MyISAM query
Posted by: Peter Brawley
Date: May 01, 2017 06:16PM

Simplest way probably is to run mysqldump from the cmd line with a where clause, redirecting the output to a file which you can then move wherever you want for import into the target server with, for example, phpMyAdmin.

See the mysqldump manual page for detailss of how to do the dump.

Options: ReplyQuote


Subject
Views
Written By
Posted
1620
May 01, 2017 05:59PM
Re: Massive MyISAM query
1035
May 01, 2017 06:16PM
860
May 01, 2017 07:52PM
941
May 01, 2017 09:05PM


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.