|
|
|
|
Title: Connect to MySQL database from Java application
Added: Jan 9, 2011
Author: mrityunjoy99
Duration: 7:42
Description:
This video shows how to connect to MySQL database from Java application using JDBC driver.
Related Videos:
Videos related to 'Connect to MySQL database from Java application'
Channel: Tech
Tags: mysql mysql from java java to mysql connect database from java connect to mysql from java mysql jdbc driver
mysql mysql from java java to mysql connect database from java connect to mysql from java mysql jdbc driver
Youtube Comments: 31
MrVijfhoek Says:
Oct 8, 2011 - Wow, you got a shitload of URL checkers :P
MarkusGamers Says:
Nov 10, 2011 - I can't tell you how much i love u
russel07crowe Says:
Dec 21, 2011 - where Should I put the JDBC driver in the eclips??I download it.. Then What?
MegaOuja Says:
Dec 23, 2011 - hey russel....So y open your project libraries-->jre System library(jre(X=6 or7..))-->touch your right button and select BUILD PATH-->configure build path-->add external jars.....that s all
InStars Says:
Dec 27, 2011 - Thanks dude, I forgot to add port at 4:20Adding the port solved my problems :)
InStars Says:
Dec 27, 2011 - You should create a new folder called "lib" in your Project and then add that .jar there, also add it to your CLASSPATH (search "classpath") in Window -> Preferences.Also I am not pro at this, but after some hours of searching internet I somehow managed to get it work.
russel07crowe Says:
Dec 27, 2011 - Thanks.. it worked fine. wish all best bro.
russel07crowe Says:
Dec 27, 2011 - thank you very much.. I appreciate your comment. It worked fine with me.
MegaOuja Says:
Dec 28, 2011 - you are welcome
TheAmazingJelly Says:
Jan 22, 2012 - Man, I hope you make more videos. You're awesome!
mrityunjoy99 Says:
Feb 4, 2012 - thanks for your support.
timvisee Says:
Feb 11, 2012 - Hi, Great tutorial!.. but I have a question. I want to connect to an external database on my website, whats the URL I need to use where you used jdbc:mysql://localhost:3307/test, I tried those three things but I think they doesn't work. htt p: // example . com:3307 example . com :3307 and jbdc:mysql:// example . com. What do I need to use?
timvisee Says:
Feb 11, 2012 - (I added some spaces between the URL's I used otherwise I couldn't post the comment -facepalm -facedesk
alindamondal007 Says:
Feb 28, 2012 - Many thanks mate! Mighty helpful...
DrakotMetal Says:
Apr 6, 2012 - How do you get to work the database when its a jar and you don't have mysql installed?
russel07crowe Says:
Dec 27, 2011 - Thanks.. it worked fine. wish all best bro.
russel07crowe Says:
Dec 27, 2011 - thank you very much.. I appreciate your comment. It worked fine with me.
MegaOuja Says:
Dec 28, 2011 - you are welcome
TheAmazingJelly Says:
Jan 22, 2012 - Man, I hope you make more videos. You're awesome!
mrityunjoy99 Says:
Feb 4, 2012 - thanks for your support.
timvisee Says:
Feb 11, 2012 - Hi, Great tutorial!.. but I have a question. I want to connect to an external database on my website, whats the URL I need to use where you used jdbc:mysql://localhost:3307/test, I tried those three things but I think they doesn't work. htt p: // example . com:3307 example . com :3307 and jbdc:mysql:// example . com. What do I need to use?
timvisee Says:
Feb 11, 2012 - (I added some spaces between the URL's I used otherwise I couldn't post the comment -facepalm -facedesk
alindamondal007 Says:
Feb 28, 2012 - Many thanks mate! Mighty helpful...
DrakotMetal Says:
Apr 6, 2012 - How do you get to work the database when its a jar and you don't have mysql installed?












smithy2306 Says:
Oct 3, 2011 - Thanks, this area of Java really frustrates me, I can never find good examples or tutorials