Khaled Kamel Posted November 6, 2019 Share Posted November 6, 2019 I'd like to know if anyone has upgraded MySQL to the latest version 8. We're running on MySQL 5.7 but there's a problem in replicating data between Primary Server and DR. Oracle recommends to upgrade but I wanted to make sure about compatibility. Link to comment Share on other sites More sharing options...
lototo Posted November 6, 2019 Share Posted November 6, 2019 Old style decimals, old-style varchar, old-style TIME/DATETIME and TIMESTAMP types that have persisted up until MySQL 5.7 due to the binary upgrade will not be supported in MySQL 8.0. These tables can be identified by running CHECK TABLE…FOR UPGRADE or mysqlcheck with check-upgrade option in MySQL 5.7 prior to the upgrade. 1 Link to comment Share on other sites More sharing options...
Behc98 Posted July 8, 2020 Share Posted July 8, 2020 So does the prestashop 1.6 code structure fit that? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now