This video gives you practical knowledge about MySql Connection with Java using Netbean. If you want to create connection with MySql Database then first to initialize your JDBC Driver using class.forName method , create connection with Drivermanager.getConnection method. Add MySql Connector in Library folder.