Which is best?
One can store passwords for users in PHP and have a sort of generic user for MySQL to connect to MySQL.
or one can have many users in MySQL, each with their own password stored by MySQL.
I have a database program with 100 users.
I want the users to be able to change their own passwords.
Which is the best bet - any strong thoughts?
Paul