validating class(es) : You have an error in your SQL syntax; check the manual that corresponds to your MySQLjava.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL(SQLError.java:118)
at com.mysql.cj.jd
我使用PHP5.6.40和MySQL 5.7,但是当我想连接远程数据库(MySQL 8)时,会出现问题。$connect = mysql_connect("XXX:25060","XXX","XXX") or die ();
mysql_select_db("defaultdb", $connect) or di