[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: MySQL 5.5 EOL before Debian 8 LTS ends



On 2019-01-03 10:40, Otto Kekäläinen wrote:

You can always cross-migrate via logical database dumps as .sql files
instead of in-place binary files.

This is not guaranteed to work, and you need to take special care with mysqldump and mysql options for such migration dumps.

For instance, if a table contains datetime entries '0000-00-00 00:00:00', or duplicate primary keys, it's not necessarily trivial to migrate using the ordinary, safe options for migrating.

--
Cheers,
Jan


Reply to: