JAVA - How To Create Login And Register Form With MySQL DataBase In Java Netbeans
1BestCsharp blog 1BestCsharp blog
120K subscribers
648,322 views
0

 Published On May 7, 2018

Java Make SignIn And SignUp Form With MySQL DataBase

The Design Part -    • JAVA - How To Design Login And Regist...  

source code: https://1bestcsharp.blogspot.com/2018...

▶ Download All My Java Projects Source Code: http://bit.ly/JavaProjectsBundle

----------------- Check out my Java Projects! -------------------

▶ Inventory Management System - http://bit.ly/Java_Inventory

▶ Java Project For Beginners -    • Java Project For Beginners Step By St...  

▶ Students Information System - http://bit.ly/Students_System

▶ Contacts Management System - http://bit.ly/Contact_Project

▶ Hotel Management System - http://bit.ly/JavaHotelSystem

▶ Real Estate Management System - https://bit.ly/Java__RealEstate

▶ Library Management System - https://bit.ly/Java_Library

▶ Car Rental Management System - https://bit.ly/3SaTl43

▶ All My Programming Projects Here - http://bit.ly/2HrU8hK

▶ My Source Code Store Here - http://bit.ly/2OsC0TU


----------------------- Projects Source Code Bundles -----------------------

Java Projects Bundle - http://bit.ly/JavaProjectsBundle


------------------------- JAVA COURSE ----------------------------

▶ master Java core development step-by-step - http://bit.ly/2HXSuAn

------------------------- JAVA Projects Bundle ----------------------------

▶ Buy The Java Projects Source Code Bundle: http://bit.ly/JavaProjectsBundle

--------------------------------------------------------------------

visit our blog https://1bestcsharp.blogspot.com/

CONNECT WITH ME ONLINE   / 1bestcsharpblog  

subscribe: http://goo.gl/nRjPKk

programming projects with source code:
http://1bestcsharp.blogspot.com/p/pro...

C# And Java Programming Books
http://1bestcsharp.blogspot.com/2015/...

********************************************************************

in a previous java tutorial we did a login and register form design ( video link:    • JAVA - How To Design Login And Regist...   ),
and in this one will see how to connect the login and signup form with a mysql database

to do that you need to download mysql connector, watch tutorial from here:    • Java - How To Connect Java To MySQL D...  
and add it to your project

we will ceate a class (MyConnection) to connect our login and register forms with mysql database

in the register form wi will create a function (checkUsername) to check if the username you want to register is already exists in the database table

what we will check when the user click on the register button:
- if the username jtextfield is empty
- if the password jtextfield is empty
- if the retype_password text is equal to the password text
- if the username already exists in the database using the "checkUsername" function
- if the jdatechooser is empty

in the login fom it's simple;
the user enter his login and password and click on the login button,
and all we have to do is to check if a user with this username and password already exists on the database

other videos:

Create Login Form In Java With MySQL Database Part 1
   • Java - How To Create Login Form With ...  

Java And MySQL - Populate JTable Depending On a JCombobox Value In Java
   • Java And MySQL - Populate JTable Depe...  

Connect Java To MySQL Database
   • Java - How To Connect Java To MySQL D...  

Bind a JCombobox With Mysql Database Values
   • JAVA - How To Bind a JCombobox With M...  

Search Values From MySQL Database And Set It Into JTextfield
   • JAVA - How To Search Values From MySQ...  

bind jtable from mysql database in netbeans
   • java & mysql - how to bind jtable fro...  

Bind JTable From MySQL DataBase Using ArrayList
   • How To Bind JTable From MySQL DataBas...  

Populate JCombobox Depending On Another JCombobox
   • Java And MySQL -  Populate JCombobox ...  

Populate JCombobox From MySQL With Key And Value
   • Java & MySQL - How To Populate JCombo...  

How To Use Stored Procedure In Java And MySQL
   • Java And MySQL - How To Use Stored Pr...  

Insert Update Delete Data In Database
   • JAVA & MySQL - How To Insert Update D...  

How To Bind a HashMap From DataBase In Java
   • JAVA & MySQL - How To Populate a Hash...  

display Image From database To jtable
   • Java And MySQL - How To display Image...  

share this video:    • JAVA - How To Create Login And Regist...  

show more

Share/Embed