MySql-Controlling Users
Posted: Thu Aug 11, 2011 9:26 pm
Hi All, many thanks in advance
I am writing an application for the construction industry which will allow users to create 'Projects' -the app will be FREE to download providing the USER registers the following details which will be stored in a table <TABLE_USER_DETAILS>. When they submit the project to the web server database I will know how to contact them via email etc...
TABLE_USER_DETAILS
First Name
Last Name
Company Name
Email Address
I know there is a USERS table which can hold Username & Password and Permissions but I am not sure how I link the USERS Table to my TABLE_USER_DETAILS (One To One Schema). Basically I want to add a new user to the USER table and grant the correct privileges, then add the rest of the users details in the above table but ensure integrity so there can be NO duplicates.
Any helpers?
So when 'Frank@LocalHost' Logs in I can then reference the USER_DETAILS table so I know
I am writing an application for the construction industry which will allow users to create 'Projects' -the app will be FREE to download providing the USER registers the following details which will be stored in a table <TABLE_USER_DETAILS>. When they submit the project to the web server database I will know how to contact them via email etc...
TABLE_USER_DETAILS
First Name
Last Name
Company Name
Email Address
I know there is a USERS table which can hold Username & Password and Permissions but I am not sure how I link the USERS Table to my TABLE_USER_DETAILS (One To One Schema). Basically I want to add a new user to the USER table and grant the correct privileges, then add the rest of the users details in the above table but ensure integrity so there can be NO duplicates.
Any helpers?
So when 'Frank@LocalHost' Logs in I can then reference the USER_DETAILS table so I know