MySQL Forums
Forum List  »  PHP

Re: Data vanishes from the same table frequentlynexkw
Posted by: Rick James
Date: July 30, 2014 03:26PM

Turn on the "general log". You will possibly find that a hacker got in and is playing games with your data.

Beef up your passwords.

Do not GRANT ALL ON *.* except for root. In particular, your login for the application should be ON dbname.*, not *.*.

Options: ReplyQuote




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.