eclipse 连接 sqlserver ping failed
摘要:后来发现是jdbc的jar文件选择不正确 jar sqljdbc.jar sqljdbc4.jar sqljdbc41.jar具体选择哪个可以参考JDBC 驱动程序的系统要求使用sqljdbc41.jar,连接成功!
阅读全文
Access denied for user 'root'@'localhost' (using password: YES)
摘要:解决方法:CREATE USER 'root'@'localhost' IDENTIFIED BY 'password';grant all privileges on *.* to 'root'@'localhost' identified by 'password' with g...
阅读全文