将数据导入MySQL时出现无效终端数问题,并提示“invalid number of terminals”。
JDBC Connector发出的连接请求超过了MySQL服务端配置的最大连接数限制。
1
|
show variables like 'max_connections'; |
1
|
./runDatabaseBuild.sh my_mysql.properties
|