|
Hi,
I am new to e-commerce!
I would like to know if it is a better practice to create a table (i.e. mysiteusers) that will hold the usernames and passwords of the users of the site or it is better to rely on the Users of the rdbms (mysql).
Users of the site might have different privileges (select, insert e.t.c) and there may be thousands of users. Encryption of some fields (i.e. password) might be necessary.
|