wikimedia-france / Lingua-Libre

LinguaLibre – Massive Open Audio Recording system
http://v1.lingualibre.fr
GNU General Public License v3.0
14 stars 5 forks source link

Hi, How do I access the database? #53

Closed kamomil closed 7 years ago

kamomil commented 7 years ago

I get:

dafna@guri:~/wiki/Lingua-Libre$ sudo mysql -u lingualibre --password=bienvenue mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1045 (28000): Access denied for user 'lingualibre'@'localhost' (using password: YES)

wiese commented 7 years ago

Hi @kamomil,

if you use the docker-compose set-up, then the database resides within a dedicated container on which you have to run database-specific commands. Assuming you have docker-compose running (docker-compose up -d), run docker-compose exec database mysql -u lingualibre --password=bienvenue to replicate what you did.

Explanation:

hugolpz commented 7 years ago

@kamomil : is it ok ? can we close this issue ?

kamomil commented 7 years ago

Hi, yes, can close