Posted in MariaDB / MySQL

MariaDB Error: 1364 Field ‘display_name’ doesn’t have default value

Spent too much time over the bank holiday weekend looking for a solution to this problem. It had appeared after…

Posted in MariaDB / MySQL

Recover MySQL Accounts when innodb gets corrupted

Add the following line to your mysql configuration /etc/my.cnf innodb_force_recovery = 6 Then stop the service and run mysqld_safe without…