Hi, Iam using the below given connection string, but still facing a problem connection establishing a connection. Class.forName("com.mysql.jdbc.Driver"); Connection conn = DriverManager.getConnection("jdbc:mysql://127.0.0.1/muzamil_company","muzamil_company","company"); The user name & password is correct but still facing a problem, Kindly rectify the issue. Regards, Muzamil