Java JDBC Tutorial 1 : Connect Java Application with MySQL Database

Publicado el: 20 septiembre 2017
en el canal de: DevTech Solutions
57,401
647

In this video, I have shown how to connect your java program or application with the mysql database installed on your local system in ubuntu linux using terminal.

At first , I have shown how to install jdk in ubuntu linux and then to install the mysql database on your system

To install the Java JDK Java Development Kit :
sudo apt-get install openjdk-8-jdk

To install mysql :
sudo apt-get install mysql-server mysql-client libmysql-java

To compile Java Applicaiton :
javac java-filename.java

To run the Byte Code :
java -cp .:path-to/mysql-connector.jar JavaMainClass


You can download the MySQL Connector at MySQL website : https://dev.mysql.com/downloads/conne...


You can also download Other DBMS Connectors at their respective official websites.


En esta página del sitio puede ver el video en línea Java JDBC Tutorial 1 : Connect Java Application with MySQL Database de Duración hora minuto segunda en buena calidad , que subió el usuario DevTech Solutions 20 septiembre 2017, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 57,401 veces y le gustó 647 a los espectadores. Disfruta viendo!