MySQL Forums
Forum List  »  MySQL Shell

Re: MySQL Upgrade Checker issue
Posted by: Mujahid Mughal
Date: May 17, 2024 05:06AM

The warning indicates that the `mydb.quotedJobs.jobCreated` column in your 5.7 database has a default value of `0000-00-00 00:00:00`, which is not valid in MySQL 8.3. You should update this default value to a valid timestamp or handle NULL values appropriately before migrating.

Options: ReplyQuote


Subject
Views
Written By
Posted
557
April 02, 2024 05:29PM
272
April 02, 2024 05:33PM
Re: MySQL Upgrade Checker issue
289
May 17, 2024 05:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.