muzamil Posted March 11, 2015 Posted March 11, 2015 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now