MangoPenguin, (edited )
@MangoPenguin@lemmy.blahaj.zone avatar

Did you change the mysql container database name, username and password to something other than the default linguacafe ?

That would break it, as it’s using those specific credentials to login to the database. Which would cause Access denied for user ‘linguacafe’@‘ip adress censored’ (using password: YES) (SQL: select count(*) as aggregate from users)

Try with the default, you’ll need to wipe the mysql data under /home/user/Documents/Docker/LinguaCafe/database/ after stopping the container first.


<span style="color:#323232;">    environment:
</span><span style="color:#323232;">        MYSQL_DATABASE: linguacafe
</span><span style="color:#323232;">        MYSQL_USER: linguacafe
</span><span style="color:#323232;">        MYSQL_PASSWORD: linguacafe
</span><span style="color:#323232;">        MYSQL_ROOT_PASSWORD: linguacafe
</span><span style="color:#323232;">        SERVICE_NAME: linguacafe
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #