История изменений
Исправление Evenik, (текущая версия) :
Возможно проблема в том что в ней слишком много столбцов/ключей и они в 2кб заголовок не влезают.
Почитал документацию по mysqlhotcopy
:
# man mysqlhotcopy
--noindices Do not include full index files for MyISAM tables in the backup. This makes the backup smaller and faster. The indexes for reloaded tables can be reconstructed later with myisamchk -rq.
# perldoc /usr/bin/mysqlhotcopy
--noindices Don’t include index files in copy. Only up to the first 2048 bytes are copied; You can restore the indexes with isamchk -r or myisamchk -r on the backup.
Почуму же myisamchk -r
не справляется?
Исходная версия Evenik, :
Возможно проблема в том что в ней слишком много столбцов/ключей и они в 2кб заголовок не влезают.
Почитал документацию по mysqlhotcopy
:
# man mysqlhotcopy
--noindices Do not include full index files for MyISAM tables in the backup. This makes the backup smaller and faster. The indexes for reloaded tables can be reconstructed later with myisamchk -rq.
# perldoc /usr/bin/mysqlhotcopy
--noindices Don\’t include index files in copy. Only up to the first 2048 bytes are copied; You can restore the indexes with isamchk -r or myisamchk -r on the backup.
Почуму же myisamchk -r
не справляется?