Category: MariaDB / MySQL
Author: Andrew Published Date: April 3, 2018 4 Comments on MariaDB Error: 1364 Field ‘display_name’ doesn’t have default value
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…
Author: Andrew Published Date: June 5, 2017 Leave a Comment on Recover MySQL Accounts when innodb gets corrupted
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…