sql-machine-learning / jsqlflow

SQLFlow client in Java
Apache License 2.0
7 stars 9 forks source link

DBConnect and Execute Sql ,TestCase #42

Open songguanggyue opened 4 years ago

songguanggyue commented 4 years ago

baseLocaltest : SQLFlowLocalTest.class code 159 line setDbConnStr("mysql://root:root@127.0.0.1:3306/iris") change to setDbConnStr("mysql://root:root@tcp(127.0.0.1:3306)/iris?maxAllowedPacket=0") pass.