I have a schema MyISAM. I made an update of mysql server and now if I create a new table in .sdi files i see: "mysqld_version_id":80019 "dd_version":80017 "sdi_version":80019
The problem is in my old tables, where versions in .sdi files are: "mysqld_version_id":80018 "dd_version":80017 sdi_version":80016
So, I can't do a restore from files (with IMPORT TABLE FROM ...), because of sdi versions are different.
How can I update my sdi files? I tried with check table for upgrade but doesn't work. Is my only possibility do a backup and remake tables from sql?