i need to import usernames and passwords from a text file [tab delimited] into a mysql user/pass table. is there a quick way to do this? where it can be automated and performed on a daily basis?
I currently have user names & passwords on a MS Access database - i can export this list and generate a text file w/ 2 columns [username & passwrd]
so, the question is how can i get this into an mysql db table?
thanks for any help you have.
g.