I've been creating a login system.
The functionality of all the programming in java has been a breeze.
Though, I can't find any good comprehensive tutorials on creating a login database, which is something I have never done before.
Could someone please give me or link me to a tutorial to creating a login database with MySQL? or any program like it for that matter.
please be detailed, starting from how and what to download from the MySQL website, etc...
Once I have made the database connecting it should be easy.
Thanks
3 replies to this topic
#1
Posted 22 February 2011 - 07:44 AM
|
|
|
#2
Posted 22 February 2011 - 08:32 AM
Install MySQL
MySQL :: MySQL 5.1 Reference Manual :: 2.3 Installing MySQL on Microsoft Windows
How to Install MySQL » Web Tech » SitePoint Blogs
Setup DB (Both PDF's)
How to Setup a MySQL Database
http://www-hep.uta.e...puting_0012.pdf
Setup Table / App (Second one has a VIDEO!)
Creating a user login form | Database Solutions for Microsoft Access | databasedev.co.uk
How to create a MySQL user login database with PHP | Video « Wonder How To
MySQL :: MySQL 5.1 Reference Manual :: 2.3 Installing MySQL on Microsoft Windows
How to Install MySQL » Web Tech » SitePoint Blogs
Setup DB (Both PDF's)
How to Setup a MySQL Database
http://www-hep.uta.e...puting_0012.pdf
Setup Table / App (Second one has a VIDEO!)
Creating a user login form | Database Solutions for Microsoft Access | databasedev.co.uk
How to create a MySQL user login database with PHP | Video « Wonder How To
#3
Posted 22 February 2011 - 03:17 PM
Additionally, I've got a series of tutorials on Building a Large project that includes information on Logins.
#4
Posted 22 February 2011 - 03:54 PM
I mean logins are basically storing their info, and validating it later, there is no special requirements the database needs to have. 98% of it is done in-application.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top










