MySQL Forums
Forum List  »  Newbie

Re: How to edit user table / other solutions for my problem ?
Posted by: Peter Brawley
Date: July 24, 2017 10:19AM

The mysql.user table is only for MySQL users. Do not use it to manage app users. They belong in an entirely different logical space. Create your own appuser table and authentication methods.

Options: ReplyQuote


Subject
Written By
Posted
Re: How to edit user table / other solutions for my problem ?
July 24, 2017 10:19AM


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.