最後にそれは機能します、
次のアプローチは失敗しました:
sonar.jdbc.url: jdbc:mysql://localhost:3306/sonar?...
sonar.jdbc.url: jdbc:mysql://hostname:3306/sonar?...
sonar.jdbc.url: jdbc:mysql://ipAdress:3306/sonar?...
mysqlですべてのアクセスタイプが許可されていることに加えて、127.0.0.1が機能しました
sonar.jdbc.url: jdbc:mysql://127.0.0.1:3306/sonar?...