Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Installieren von Sonar auf Ubuntu mit mysql

Endlich funktioniert es,

Folgende Ansätze sind fehlgeschlagen:

sonar.jdbc.url:                            jdbc:mysql://localhost:3306/sonar?...
sonar.jdbc.url:                            jdbc:mysql://hostname:3306/sonar?...
sonar.jdbc.url:                            jdbc:mysql://ipAdress:3306/sonar?...

mit 127.0.0.1 funktionierte, außerdem wurden dort alle Zugriffsarten in mysql gewährt

sonar.jdbc.url:                            jdbc:mysql://127.0.0.1:3306/sonar?...