Connect Java with Mysql Database | Java JDBC | Java Database connectivity | JDBC MySql | ArjunCodes

Поділитися
Вставка
  • Опубліковано 8 лют 2025
  • how to connect Java application with MySQL database, inserts a row to a table and get all rows data from that table. We will add mysql-java-connector jar file in Intellij. We follow 5 steps while connecting Java application with any Database(Mysql) and getting data from database :
    1. Register the Driver class
    2. Create connection
    3. Create statement
    4. Execute queries
    5. Close connection
    Source Code JDBC : github.com/you...
    Install Intellij : • Install intellij in wi...
    ➡️ Support me
    PayPal : paypal.me/code...
    Patreon : / codewitharjun
    ➡️ Subscribe : / codewitharjun
    Stay Connected :
    ➡️ LinkedIn : / arjungautam1
    ➡️ Github : github.com/arj...
    Join Community :
    ➡️Discord : / discord
    Follow me on :
    ➡️ Medium: / codewitharjun
    ➡️ Dev.to : dev.to/codewit...
    #java #javaprogramming #javatutorialforbeginner #mysqlconnectionjava #CodeWithArjun #Programming

КОМЕНТАРІ • 115

  • @mayurdighe
    @mayurdighe Рік тому +40

    simple program is what I needed and you provided. Otherwise people keep explaining all other nonsense. Thanks man.

  • @djdholan
    @djdholan Рік тому +3

    i sow around more than 20 videos on connectivity but your video help me really
    thanks from my heart❤‍🔥

  • @rashmikaabeyrathna9397
    @rashmikaabeyrathna9397 Рік тому +1

    i'm ubuntu linux user. i use mysql from my terminal. i followd exact steps you showd except data base stuff. it works.

    • @rashmikaabeyrathna9397
      @rashmikaabeyrathna9397 Рік тому

      i didn't start localhost manually. look like linux has take care about that by itself.

  • @dutch4a
    @dutch4a 2 роки тому +13

    u are ze best java developer in ze world thanks indusian peaople risin loh

  • @mahela_lk
    @mahela_lk 5 місяців тому +2

    U helped me lot, what I was struggled in a problem for 6 hours..... Thanks alot

  • @_SurajYadav-lr9fl
    @_SurajYadav-lr9fl Рік тому +1

    thank you thank you so much bhai , i have been searching for such video for 2 weeks ,but I was getting error everywhere . but finally using this video I got setup my jdbc with my eclipse , now I can learn advance java , again thank you so much bro

  • @meetslanki3538
    @meetslanki3538 Рік тому +2

    i have seen a lot of videos and tried to connect with database and fetch the data from java but i did not get any output. i got bunch of error. however i saw your video and tried to connect with database. i succeed thus i thankful to you.

  • @dinguskhan56
    @dinguskhan56 Рік тому +4

    i was missing the mysql connector jar file and thanks to you, now my project works fine.
    Thank you for sharing!

  • @MauroModestoFuentesToledo-h9p
    @MauroModestoFuentesToledo-h9p Рік тому +5

    Thank you very much brother, I had been trying and trying for 5 hours without success but thanks to you I was finally able to do it, thank you very much I really appreciate it

  • @l.r.4006
    @l.r.4006 Рік тому +1

    thank you very much, I needed to create a mysql application for a class and your tutorial was invaluable to me

  • @Sivaranjani.B-d9k
    @Sivaranjani.B-d9k Рік тому +1

    Thnx for giving such a valuable information through a single program❤it really help me alot😊to leran.

  • @AK-lb6kr
    @AK-lb6kr 2 місяці тому +1

    i'm not a bot, and this worked well

  • @IsatouNjie-o2g
    @IsatouNjie-o2g Рік тому +1

    i was really having a hard time understanding this , thank u soooo much it was well explained

  • @juliobell3470
    @juliobell3470 10 місяців тому +1

    💯Super useful. Thanks!

  • @bhargavijethva7958
    @bhargavijethva7958 Рік тому +1

    Very nice explanation⭐

  • @BoredTAK5000
    @BoredTAK5000 Рік тому +1

    I was having so much trouble with the official sql connector thanks to this fix I should be able to fix it

  • @cetinyazc8635
    @cetinyazc8635 6 місяців тому +1

    helal sana bee oldu sonunda thank bro :)

  • @barborasipova1332
    @barborasipova1332 Рік тому +1

    Love this explanation ! Thank you so much

  • @michaelsafwat1953
    @michaelsafwat1953 Рік тому +1

    Thank you so much Brother

  • @l1keeN
    @l1keeN Рік тому +2

    Very useful video. TY, indian bro!

  • @andreylion8140
    @andreylion8140 Рік тому +1

    You are really cool, man. Thanks!

  • @TheOneAndOnlyyy
    @TheOneAndOnlyyy Рік тому +1

    almost gave up on my project thanks bro

  • @lungelongobese212
    @lungelongobese212 8 місяців тому +1

    Amazing content fam🙏

  • @iftyl1525
    @iftyl1525 Рік тому +1

    Thanks a lot brother.

  • @HaroonAkhtari-q7l
    @HaroonAkhtari-q7l 10 місяців тому +1

    Thanks for this information

  • @florrain1842
    @florrain1842 Рік тому +1

    This was amazingly helpful,thanks a lot!!

  • @pitpot2
    @pitpot2 11 місяців тому +1

    youre the best

  • @UkrScript
    @UkrScript 6 місяців тому +1

    thank you, man

  • @KarolKasperek
    @KarolKasperek 2 роки тому

    oh my fucking od i was looking for some tutorial about java jdbc whole week. Thanks bro, cheer, love you so much

  • @premar9937
    @premar9937 Рік тому +1

    Thank you👍

  • @sjjjaiswal6521
    @sjjjaiswal6521 Рік тому +1

    Very good information

  • @adeshyaduvanshi2482
    @adeshyaduvanshi2482 Рік тому +1

    thank u so much....that was helpful❤

  • @eel546
    @eel546 2 роки тому +10

    can you please tell us how to make a local database and connect to it, so when i export the project to a .exe it still works??

    • @sen7826
      @sen7826 Рік тому +1

      I am not sure if that can work, because this is supposed to be something that happens at the back end of a website. Exporting to exe is typically for a software application product that someone downloads from the internet.
      But I could be totally wrong.

  • @youmna4045
    @youmna4045 6 місяців тому +1

    life saver

  • @Rob-J-BJJ
    @Rob-J-BJJ Рік тому

    sir you didn't even go over what is xampp or how to use it , that would be something good to know, maybe list it in the description or something at least

  • @AlexeySuzdalenko
    @AlexeySuzdalenko 9 місяців тому

    fanks a lot, my friend !!!

  • @ImperialSolo
    @ImperialSolo Рік тому +1

    Thx Man!

  • @the_real_motivat
    @the_real_motivat Рік тому +1

    thanks its soo 🤞🤞

  • @niki_dee1524
    @niki_dee1524 2 роки тому +2

    thx man, you help me, like u

  • @maxxi7629
    @maxxi7629 Рік тому +1

    thanks! das krazayyyy

  • @АндрйАндрес
    @АндрйАндрес Рік тому +1

    cool video)

  • @ticket1159
    @ticket1159 Рік тому

    so is it same result if i write these codes im netbeans?

  • @vendara5173
    @vendara5173 Рік тому

    Thanks you so much

  • @curiousnepal
    @curiousnepal 3 роки тому +1

    Nice man !!!

    • @CodeWithArjun
      @CodeWithArjun  3 роки тому

      Yo sab Magg Creation ko canva wala course ko kamaal ho.

  • @bohdanakachmar6965
    @bohdanakachmar6965 2 роки тому +3

    Hey! You really helped me, so thank you so much!!

  • @ahappypotato9549
    @ahappypotato9549 Рік тому +1

    thank you very much

  • @priyanshurai4817
    @priyanshurai4817 7 місяців тому

    I also need to define SSC certificate while creating connection with db. Need help

  • @nirajkc224
    @nirajkc224 Рік тому +1

    thanks.

  • @S-craY
    @S-craY 2 роки тому +1

    Tnank you!!!

  • @sandipgole1
    @sandipgole1 3 роки тому +1

    Thanks man..

  • @system.out.printlnsmartert5781
    @system.out.printlnsmartert5781 2 роки тому +2

    How did you call the sql string in the resultset? When I make the resultset I can only call the url, username, and password strings.

  • @xtwist3779
    @xtwist3779 2 роки тому +1

    good job

  • @pratibhanevhare2757
    @pratibhanevhare2757 Рік тому

    sir I face this issue while connectivity java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist please solve this problem

  • @infinitespace1982
    @infinitespace1982 11 місяців тому

    I get communications link failure, any idea why?

  • @maxxi7629
    @maxxi7629 Рік тому +1

    i love yo

  • @8bpnoobie832
    @8bpnoobie832 9 місяців тому

    how can i add the jar file in vs code?

  • @jaykumarpawar6591
    @jaykumarpawar6591 Рік тому

    I have error occur in while loop system.out statement is ')' expected how i can solve this error

  • @meendum_thamizh
    @meendum_thamizh Рік тому

    How to add the jar file path while coding in notepad

  • @ahamedhamthan6992
    @ahamedhamthan6992 2 роки тому +1

    so much usefull. thanks a lot

  • @yaswanthkadiri8870
    @yaswanthkadiri8870 Рік тому

    But we cannot put this as a global gradle project . . which can have this database as a dependency so it will work in all systems. . .

  • @prajwalshetty2633
    @prajwalshetty2633 Рік тому

    its raising ClassNotFoundException even after installing jconnect how do i solve it

  • @omniamahmoud6604
    @omniamahmoud6604 9 місяців тому

    I don't have project structure on my IDE, I work on eclipse

  • @trungdinh450
    @trungdinh450 3 роки тому +1

    how to include jdbc in a spring project. Can u help me ?

    • @CodeWithArjun
      @CodeWithArjun  3 роки тому +1

      I have already got video on that with title 'Connect Spring Boot with MySql arjuncodes'
      Goto my channel or just search this title on UA-cam.
      If you again get problem messsage me on facebook.

  • @ShaminiC22BCS004
    @ShaminiC22BCS004 2 місяці тому

    Not showing output what to do

  • @ElifArslan-l9g
    @ElifArslan-l9g Рік тому +1

    thank you

  • @daniilkobzar4869
    @daniilkobzar4869 Рік тому

    But it not secure to store password in plain text in your code. How can you make it work other way?

    • @sen7826
      @sen7826 Рік тому

      You could ask for the password as a user input before anything else in the program

  • @diptipatil6200
    @diptipatil6200 3 роки тому +1

    How to include jar file in classpath

    • @CodeWithArjun
      @CodeWithArjun  3 роки тому +1

      I have got video on that. Check out on my channel.

    • @diptipatil6200
      @diptipatil6200 3 роки тому

      @@CodeWithArjun yes sure

  • @MacArthurEunice-x4c
    @MacArthurEunice-x4c 5 місяців тому

    McLaughlin Roads

  • @sandy6T9
    @sandy6T9 Рік тому +1

    bro are you nepali ?

  • @rahulthapa.dev10
    @rahulthapa.dev10 Рік тому +1

    i know you are nepali, arent you ??

  • @vitz8572
    @vitz8572 Рік тому +14

    Content is fine but accent is very difficult to bear

    • @danvelc9912
      @danvelc9912 Рік тому +9

      Just bear with it

    • @Nxtfbrdf
      @Nxtfbrdf Рік тому +10

      Bro İt's clear
      English is not even my first language and İ manage to understand them while speaking
      Don't make a big deal of the accent

    • @FictionHubZA
      @FictionHubZA 7 місяців тому +2

      That's the price to pay for learning how to code.😂

    •  5 місяців тому +2

      Programmers are not great speakers bare with it.

    • @CatchMeOutside101
      @CatchMeOutside101 3 місяці тому

      Boohoo

  • @CLAUDIU88888888
    @CLAUDIU88888888 5 місяців тому

    IntelìJ

  • @R.KFilmsProduction
    @R.KFilmsProduction 6 місяців тому +1

    Thanks

  • @ReppyAs
    @ReppyAs 7 місяців тому +1

    thanks man

  • @KellyKyle-k2p
    @KellyKyle-k2p 10 місяців тому +1

    cool video)

  • @newwoodmovies9228
    @newwoodmovies9228 6 місяців тому +1

    thank you so much