George Herbert wrote:
On 10/31/06, Travis Derouin travis@wikihow.com wrote:
Hi Ron,
Thanks. it says here that mysqlhotcopy can only be used on MyISAM
tables.
http://dev.mysql.com/doc/refman/5.0/en/mysqlhotcopy.html
Mediawiki tables are all InnoDB, did you find a work around for this?
With innodb, you can do mysqldump --single-transaction --quick
Oddly enough it works on my system - go figure.
r