0
誰でもお手伝いしますか?この問題を解決するために私は何をすべきですか?MySQLとEclipseの接続に問題があります
try
{
/*Connect to MySQL database */
Connection conn = DriverManager.getConnection(127.0.0.1, root, psswrd);
System.out.println("Connection established...");
System.out.println();
Error: Multiple markers at this line - The left-hand side of an assignment must be a variable - Syntax error on token ".0", invalid AssignmentOperator - root cannot be resolved to a variable