August 2012
Intermediate to advanced
318 pages
5h 56m
English
While the embedded Apache Derby database is ideal for tests, in a production development environment it is recommended to switch to an enterprise database.
Sonar comes bundled with an SQL script to create the database and the sonar user with the password sonar. The script is located at @SONAR_HOME/extras/database/mysql/create_database.sql. To execute the script, open up a terminal and execute the following command, (enter your root password or sonar when prompted):
$ mysql -u root -p < create_database.sql
The script creates a new Sonar database with UTF8 encoding and user sonar with password sonar.
Having the database up and running, we then must deactivate the embedded Apache Derby ...
Read now
Unlock full access