son_goolong

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by son_goolong

  1. Thank you so much, Doublemyst, that did the trick. Initially I got a different error, an SSL error, but I was able to get rid of it by adding the password to the command, like I learned from Spaceinvader in his nextcloud tutorial. GRANT ALL privileges ON `FIREFLYDBNAME-HERE`.* TO 'YOURFIREFLYUSER-HERE'@'%' IDENTIFIED BY 'PASSWORD-HERE'; Thanks a bunch. Looking forward to exploring the App
  2. Having the same issue as spyd4r. Altough instead "Firefly-III.br0" it looks for my Database at 172.17.0.1 (Access denied for user 'firefly'@'172.17.0.1') I'm also using MariaDB and setup the Database and User on there accordingly. Why is it using this loacal adress of 172.17.0.1 ? In the template I've filled in that my MariaDB sits at "192.168.203.5", which is also the ip of the unraid server. Same as I've done it with other Docker Images that I connected to MariaDb, like nextcloud or Lychee.