现象:
在Linux环境下,运行JAVA程序,在连接字符串中配置数据库服务器地址为localhost,用户名密码正确,连接时出错:
java.sql.SQLException: Access denied for user ‘root’@’127.0.0.1’ (using password: YES)’.
通过命令行连接正常 继续阅读
现象:
在Linux环境下,运行JAVA程序,在连接字符串中配置数据库服务器地址为localhost,用户名密码正确,连接时出错:
java.sql.SQLException: Access denied for user ‘root’@’127.0.0.1’ (using password: YES)’.
通过命令行连接正常 继续阅读