MySQL Forums
Forum List  »  Newbie

Re: 1366 - Incorrect integer value: error message when merging forum databases
Posted by: Peter Brawley
Date: May 05, 2022 12:51PM

> UPDATE mybb_forums SET `pid`='',

That's a database coding error---an int column can't be set to an empty string. Set it to 0 or null, whichever the rules for this table require.



Edited 1 time(s). Last edit at 05/05/2022 12:58PM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
Re: 1366 - Incorrect integer value: error message when merging forum databases
May 05, 2022 12:51PM


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.