Skip-name-resolve mariadb - ghost error

If you’re looking for some help, it’s important to provide as much context as possible so that people are able to assist you. Try to always mention:

  • What version of Ghost are you using? Latest
  • What configuration?
    {
        "url": 
        "server": {
            "port": 
            "host": "127.0.0.1"
        },
        "database": {
            "client": "mysql",
            "connection": {
                "host": "127.0.0.1",
                "port": 
                "user": 
                "password": 
                "database":
                "charset":
                }
        }
    }
  • What errors or information do you see in the console?
A GhostError occurred.

Message: Packets out of order. Got: 1 Expected: 0
Help: Unknown database error
  • What steps could someone else take to reproduce the issue you’re having?

Error appears when I add “skip-name-resolve” into MariaDB /etc/mysql/my.cnf

Any solutions?