MySQL Forums
Forum List  »  Newbie

Re: A few newbie questions
Posted by: Phillip Ward
Date: August 02, 2024 01:52AM

I would strongly recommend you do not create database level accounts for your Users.
Instead, create an account for the Application to use and do all the database access with that. Manage "Users" as regular data, in regular tables.

Why? Consider the most basic of User issues - resetting a forgotten password.
They cannot get into the database to reset their password because they've forgotten their database password!

If your Application takes care of all the database-level stuff, then they can reset their password (managed in your tables, not system ones) any time they like, thereby eliminating a huge amount of calls / tickets / aggravation for you to deal with.

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
July 31, 2024 05:14PM
August 01, 2024 09:26AM
September 25, 2024 09:40AM
Re: A few newbie questions
August 02, 2024 01:52AM
September 11, 2024 11:12AM
September 25, 2024 09:42AM
August 02, 2024 04:40AM
September 25, 2024 09:43AM
September 25, 2024 07:36AM
September 25, 2024 09:46AM


Sorry, only registered users may post in this forum.

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.