Description
024_populate_geolocations.rb executes an external command (mysql) to populate the content of the 'geolocations' table. Depending of the system user environment, this command might succeed or not since it only provides the MySQL username and the database to connect to. But no password is provided. As a result, if security rules of the MySQL server require the use of a password, the authentication will fail.