Skip to content

Commit 740b41a

Browse files
committed
6.0.12 Update
1 parent ba9f03b commit 740b41a

File tree

1 file changed

+1
-1
lines changed
  • module/module-database-core/src/main/kotlin/taboolib/module/database

1 file changed

+1
-1
lines changed

module/module-database-core/src/main/kotlin/taboolib/module/database/HostSQL.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import taboolib.library.configuration.ConfigurationSection
1010
*/
1111
class HostSQL(val host: String, val port: String, val user: String, val password: String, val database: String) : Host<SQL>() {
1212

13-
// allowPublicKeyRetrieval=true 用来针对MySQL8版本出现的Public Key Retrieval is not allowed异常
13+
// allowPublicKeyRetrieval=true 用来针对 MySQL8 版本出现的 Public Key Retrieval is not allowed 异常
1414
val flags = arrayListOf("characterEncoding=utf-8", "useSSL=false", "allowPublicKeyRetrieval=true")
1515

1616
val flagsURL: String

0 commit comments

Comments
 (0)