Problems with MySQL / Проблемы с MySQL
Closed this issue · 4 comments
Hello
Sorry for my bad English, I'm from Russia.
Google translate me into the helper)
I will duplicate in my native language.
There was a problem usingSSL.
My solution differs from that in the FAQ. Code:
Привет.
Извините за мой плохой английский, я из России.
Гугл транслейт мне в помошь)
Буду дублировать на родном языке.
Возникла проблема useSSL.
Моё решение отличается от того, что в FAQ. Код:
data:
address: 127.0.0.1:3306
database: my_perm_db?useSSL=false
The FAQ explains the correct way to solve the issue.
Appending useSSL=false
to the end of the database name may work now, but it's not an intended feature, and may stop working in the future. You should use the properties map, as that's what it is there for.