MySQL server repair

Re running the commands below fixed the issue.

sudo apt remove mariadb-server mariadb-server-10.3 mariadb-server-core-10.3 mariadb-client mariadb-client-10.3 mariadb-client-core-10.3 mariadb-common

sudo apt install mariadb-server-10.5

1 Like