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
我试图在MySQL上设置一个非常简单的MySQL,但是它什么也不做。下面运行的查询不会导致任何错误,但是MySQL连接的字符集不会被更改。如果我将my.ini文件中的'character_set_server‘和’utf8mb4‘的默认值配置为utf8mb4而不是latin1,那么字符集将变成utf8mb4,但我想知道为什么我不能从PHP脚本中更改连接字符集。$pdo = new \PDO("mysql:host=localhost