Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database is not working with MySQL-5.7.18 #1

Open
saurabhtripathicse opened this issue Jun 21, 2017 · 0 comments
Open

Database is not working with MySQL-5.7.18 #1

saurabhtripathicse opened this issue Jun 21, 2017 · 0 comments

Comments

@saurabhtripathicse
Copy link

saurabhtripathicse commented Jun 21, 2017

connection error
https://github.com/rahul-sabhajit/SHEDS-Simple-and-Secure-Cost-Efficient-Data-Storage-in-Heterogeneous-Multiple-Cloud/blob/master/connect.jsp

`

  	//MY SQL DBASE CONNECTIVITY 
   	Class.forName("com.mysql.jdbc.Driver");
   	Connection=DriverManager.getConnection("jdbc:mysql://localhost:5053/AMES");	  	Class.forName("com.mysql.jdbc.Driver");	
	connection = DriverManager.getConnection("jdbc:mysql://localhost:3306/charm","root","root");
  	String sql="";`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant