Re: Massive MyISAM query
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.
Subject
Views
Written By
Posted
1741
May 01, 2017 05:59PM
Re: Massive MyISAM query
1107
May 01, 2017 06:16PM
1001
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.