Select Page

What to do When MySQL or MariaDB Won’t Start

Open shell from from control panel and start mysql with this command: mysqld –-console –-skip-grant-tables –-skip-external-locking Open another shell from control panel and repair database with this command: mysqlcheck -r –databases mysql –use-frm Stop...