MySQL Forums
Forum List  »  Install & Repo

Re: 8.0.13 --> 8.0.15 MySql Server Fails with error code = 1265
Posted by: Robert Nowotny
Date: February 12, 2019 07:20AM

I found the solution myself. On the old mysql 8.0.13 server I corrected the field SQL_MODE of one of the procedures, what happened to be too long.

SELECT * FROM INFORMATION_SCHEMA.ROUTINES;

I found some (old) stored procedures I did not need anymore, and the entries in field SQL_MODE of one of that stored procedures were too long. After deleting that stored procedure, starting the new 8.0.15 server and "mysql_upgrade" everything is fine, the server can now start without any errors.

Options: ReplyQuote


Subject
Written By
Posted
Re: 8.0.13 --> 8.0.15 MySql Server Fails with error code = 1265
February 12, 2019 07:20AM


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.