MySQL Forums
Forum List  »  Newbie

Re: How to repair MySQL database?
Posted by: Peter Brawley
Date: March 23, 2017 11:47AM

Then the errors do not originate with MySQL.

"List of tables in which unrelated data has been found" is not a MySQL error message. You'll need to identify where it's coming from.

"/public_html/include/func/func.db.php:738" refers to line 738 of that PHP file. The php scripts running your website need to be made to log complete error info. And, an included file like that should not be in the web tree, visible to all.

So your PHP code needs lots of work.

Options: ReplyQuote


Subject
Written By
Posted
Re: How to repair MySQL database?
March 23, 2017 11:47AM


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.