Just a quick question, if I am going to make a database using MYSQL and have
front end applications, is it better to give each user a username/pass and
have them enter it into the front end to be passed to the server, or should
I give the app a password, hardcode it into the app for database
connections, and have a user/pass table which the app  uses to authenticate
users? I would like the users to not be able to connect directly to the
server, as different, competing client's data is stored on the same table,
and the app has to make sure they cannot see eachother's data.

Mike


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to