Connecting to Mysql

From MyWiki
Revision as of 12:42, 19 October 2014 by George2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
import.java.sql.*;
 
{
Connection con = null;
Statement stmt = null;
ResultSet rs = null;
String userName = "";
String passWord = "";
String url = "jdbc:mysql://localhost<dbname>"