If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > newbie questioon re: logging in

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-07-05, 17:59
mitya mitya is offline
Registered User
 
Join Date: Oct 2004
Posts: 3
newbie questioon re: logging in

Hi all, I'm a little confused with the following concep, and it's hard to explain.

user logs in to the database, and sees user-specific content, such as his profile, no one else's.

That's fine, but what I don't understand is: user/pass/login checks are made against the inherant MYSQL database, obviously, but all my content is going to be in a separate database, the one I'm building. So given there's two, unrelated databases in the equation there, how can I ensure material pulled out is specific to him, since his username in the MYSQL database has no link with his profile in MY database? This isn't easy to make clear, but essentially I don't understand how material pulled out of my database can be directed to certain users if all user info is stored in a different DB, the MYSQL one.

This is of course assuming I've understood the user registration method correctly. For all database-using websites where people sign up, I assume they are registered as users on the MYSQL database?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On