JAVA - How To Create Login And Register Form With MySQL Database In Java NetBeans

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ค. 2023
  • java login and register form with MySQL database - XAMPP
    how to create login system in java NetBeans
    Java Make Sign In And Signup Form With MySQL Database
    Java GUI Tutorial
    MySQL Database
    Java login system
    Using NetBeans IDE
    using jframe Swing
    Design Part: JAVA - How To Design Login And Register Form In Java NetBeans
    • JAVA - How To Design L...
    Source Code
    github.com/codingWithElias/Lo...
    How to Install NetBeans IDE And Java JDK on Windows 10 - GUI Project
    • How to Install NetBean...
    mysql-connector-java
    dbschema.com/jdbc-driver/MySq...
    XAMPP
    • How to Install XAMPP S...

ความคิดเห็น • 33

  • @patson.
    @patson. 3 หลายเดือนก่อน +3

    May God keep blessing all developers who share the source code! You guys are lifesavers! Thank you Elias bro.

  • @TiKea-sz2fm
    @TiKea-sz2fm 4 หลายเดือนก่อน +5

    Thanks a lot, you saved me from my assignments:)

  • @asadullahkhan264
    @asadullahkhan264 13 วันที่ผ่านมา +1

    🔥🔥🔥

  • @andre89044
    @andre89044 10 หลายเดือนก่อน +3

    You give the best tutorials

  • @AndreDV07
    @AndreDV07 7 หลายเดือนก่อน +1

    can you like make it so it accept a specific username and password like username is admin and password is 123456 and Login must only accepts 3 attempts and a pop-up message will display to verify the information. If click Yes, it will display the information from the other form called Display Form. (I'm trying to do this task I got in my computer class and idk how, also we're using netbeans too)

  • @muhammadzidan3957
    @muhammadzidan3957 11 วันที่ผ่านมา

    I'm sorry if my question sounds dumb and the same. I'm a beginner at using Netbeans. Does it use CRUD, MVC, and mysql? Cause I wanna try using this tutorial for my project.

  • @dom880
    @dom880 5 หลายเดือนก่อน

    can i ask where you got the com.mysql.cj.jdbc.Driver in SignUp class? I'm trying to do it I cant use it. Can you help me?

    • @CodingwithElias
      @CodingwithElias  5 หลายเดือนก่อน

      mysql-connector-java:
      The Link is under the description

  • @janwenytube8773
    @janwenytube8773 20 วันที่ผ่านมา

    How about retrieving name of user bro, i followed your code and its working but if i were click a button and it go to new jframe form then if i exit it back to the jframe form that name is display , it dissappear.

  • @sabarmartuatamba1660
    @sabarmartuatamba1660 6 หลายเดือนก่อน

    DOES THIS USE JAVA FX??

  • @EyBossPusi
    @EyBossPusi 29 วันที่ผ่านมา

    Thank you for this, I can't any tutorial where and how you can connect your java to mysql database!
    BTW. im using eclipse, where did you get the template base design

  • @danica2540
    @danica2540 21 วันที่ผ่านมา

    Hi bro plss help to connect log in to sql

  • @kingmoises2033
    @kingmoises2033 3 หลายเดือนก่อน

    bro this video is really helpful but can i ask how to code if i want to insert something like Confirm Password in Sign up java

    • @CodingwithElias
      @CodingwithElias  หลายเดือนก่อน

      You can, it's actually very easy

  • @mahdi7075
    @mahdi7075 5 หลายเดือนก่อน

    it keeps saying "Error!Communications link failure
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server" whenever i run

    • @CS_GOD64
      @CS_GOD64 3 หลายเดือนก่อน

      I had the same issue.
      You need to connect your database.
      At the left side of your netbeans you will see 3 windows:
      Projects|Files|Services
      1. Click on services
      2. Right click on Databases then choose new connection.
      *A pop-up window will open*
      3. Choose MySQL (connector/J driver) then click next
      *It will bring you to a window called: Customization Connection*
      4. Change the Database to: java_users_database
      Then you test the connection.
      If it says connection succeeded then press next.
      Then press next again then finish.
      Now, go to your signupbtn code en search for
      SUrl = "jdbc:MySQL://localhost:3306/java_user_database";
      It should be:
      SUrl = "jdbc:MySQL://localhost:3306/java_users_database";
      He mad a typo and put user instead of users.

  • @kukkeii9768
    @kukkeii9768 หลายเดือนก่อน

    do you have one for a forgot password?

  • @user-ub7wz9jk3u
    @user-ub7wz9jk3u 3 หลายเดือนก่อน

    Hi bro. Can you please help me. I used your codes but it said “unknown database (mydatabase name)”.

    • @CodingwithElias
      @CodingwithElias  หลายเดือนก่อน

      check the spellings , sorry for the delay

  • @SmitoGamer
    @SmitoGamer 10 หลายเดือนก่อน

    el enlace de github no sirve... me sale esto: This is not the web page you are looking for. 😢

    • @CodingwithElias
      @CodingwithElias  10 หลายเดือนก่อน +2

      Disculpe las molestias, he solucionado el problema. Gracias por tu comentario

  • @afrikana_ryan
    @afrikana_ryan 12 วันที่ผ่านมา

    thanks for the video

  • @ReynelTuardon
    @ReynelTuardon 2 หลายเดือนก่อน

    Class.forName(className:"com.mysql.cj.jdbc.Driver"); please help me, why i still get an error, i already add in my libraries the connector

  • @janvi_gowda
    @janvi_gowda 3 หลายเดือนก่อน

    hey this was very much helpful video for my mini project , can u help me find wht i have to do for this error -> " Error!com.mysql.cj.jdbc.Driver " this is getting displayed in the output/terminal , when i try running the sign up page , im not getting the pop up message as well. kindly help if there is any way out.

    • @CodingwithElias
      @CodingwithElias  3 หลายเดือนก่อน

      Download the driver the Link is under the description

    • @fernandobaptista8468
      @fernandobaptista8468 2 หลายเดือนก่อน

      Having the same error. Already downloaded the driver and add in libraries

    • @fernandobaptista8468
      @fernandobaptista8468 2 หลายเดือนก่อน

      Well it seems I need to add dependencies (using netbeans 21 and choosen Maven)... Or add the sql declaration in the pom.xml
      Search in youtube for "Aprenda Como Conectar JAVA com BANCO DE DADOS usando JDBC" for in deep explanation about JDBC connection

    • @ivantransfiguracion9506
      @ivantransfiguracion9506 หลายเดือนก่อน

      It is also my problem, i already downloaded the driver, put it in my libraries, butI think, the com.mysql.cj.jdbc.Driver is not related to that