• 1 Post
  • 2 Comments
Joined 1 year ago
cake
Cake day: July 23rd, 2023

help-circle


  • nIi7WJVZwktT4Ze@fost.huOPtoSelfhosted@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    10 months ago

    I tried editing my config.yml as the guide suggests but the problem persists. The problem seems to be that I’m using MariaDB instead of MySQL (pdo_mysql is compatible with MariaDB). Is there anything more I can do or should I try installing MySQL?

    EDIT: Purging MariaDB (Debian repo ships this instead of MySQL) and reinstalling it with sudo apt install default-mysql-server fixed the problem. Thank you.