Where can I find information on how to migrate from MySQL
5.7 to MySQL 8.0?
For detailed upgrade information, see
Section 2.11, “Upgrading MySQL”. Do not skip a major version when
upgrading, but rather complete the process in steps, upgrading
from one major version to the next in each step. This may seem
more complicated, but it will you save time and trouble. If you
encounter problems during the upgrade, their origin will be
easier to identify, either by you or, if you have a MySQL
Enterprise subscription, by MySQL support.
A.8.2.
How has storage engine (table type) support changed in MySQL
8.0 from previous versions?
Storage engine support has changed as follows:
Support for ISAM tables was removed in
MySQL 5.0 and you should now use the
MyISAM storage engine in place of
ISAM. To convert a table
tblname from
ISAM to MyISAM,
simply issue a statement such as this one:
Internal RAID for
MyISAM tables was also removed in MySQL
5.0. This was formerly used to allow large tables in file
systems that did not support file sizes greater than 2GB.
All modern file systems allow for larger tables; in
addition, there are now other solutions such as
MERGE tables and views.
The VARCHAR column type now
retains trailing spaces in all storage engines.
MEMORY tables (formerly known as
HEAP tables) can also contain
VARCHAR columns.
Site language settings
If you prefer to continue on the site in English, click on "Cancel". If you cancel, this message will no longer appear during the session.
U bevindt zich op de Engels versie van de site, maar uw systeem geeft aan dat u liever de Nederlandse taal gebruikt. De hele site is nog niet vertaald, maar de menu's en knoppen op de interface zijn grotendeels vertaald.
Sie befinden sich in der Englisch Version der Website, Ihr System gibt jedoch an, dass Sie die deutsche Sprache bevorzugen. Die gesamte Site ist noch nicht übersetzt, aber die Menüs und Schaltflächen auf der Benutzeroberfläche sind weitgehend übersetzt.
Document created the 26/06/2006, last modified the 26/10/2018 Source of the printed document:https://www.gaudry.be/en/mysql-rf-faqs-migration.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page. The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.