Java JDBC - Connect to MySQL Database in Netbeans with Java
Programming Guru
In this video I'd like to share with you how to connect to MySQL database in NetBeans IDE using Database Services tool, so you can work with and manage MySQL databases right inside NetBeans without having to use an external program like MySQL Workbench or MySQL Command Line Client.
In details, you will learn:
- Download MySQL JDBC driver
- Make connection to a MySQL database
- Create a new table
- Update data in a table
- Execute SQL statements
And I suppose that you're using these software programs:
- Java Development Kit (JDK)
- Apache NetBeans IDE
- MySQL Community server
Hey everyone and welcome to Programming In this video we will be going over how to connect to a MySQL database with Java using a Java JDBC. Specifically, we will be using a Java JDBC in IntelliJ IDEA to connect to a MySQL database created with MySQL Workbench.
Link to download Java JDBC Driver: https://dev.mysql.com/downloads/conne...
How to install MySQL and MySQL Workbench: https://www.youtube.com/watch?v=OM4aZ...
Follow my Facebook Page : https://www.facebook.com/105940115222549 Follow me on Instagram : https://www.instagram.com/p/CViUlw2sOMi Follow me on tumblr : http://programming-guru.tumblr.com Follow me on reddit : https://www.reddit.com/u/Programming_guru1?utm_medium=android_app&utm_source=share ... https://www.youtube.com/watch?v=bfIgIlhew7s
32094236 Bytes