MySQL Forums
Forum List  »  Perl

Re: Problem with upgrade 5.6 to 5.7
Posted by: Peter Brawley
Date: September 10, 2019 09:46AM

The query might be tripping over a reserved word, eg month, but guesswork won't do, you need to debug the query---add code in the app to (i) log the exact error message returned by MySQL, and/or (ii) add a debug mode for displaying the generated query so you can investigate the syntax problem.

Apart from suggesting it might be a permissions issue, I can't help with the Perl installation file problem. moving the thread to the Perl forum.

Options: ReplyQuote


Subject
Written By
Posted
September 09, 2019 08:00PM
Re: Problem with upgrade 5.6 to 5.7
September 10, 2019 09:46AM


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.