Mysql/MariaDB

From Andreida
Revision as of 12:16, 7 January 2025 by Andreas (talk | contribs) (Created page with "=== check/fix errors in a mysql/mariaDb database === * use the tool [https://mariadb.com/kb/en/mariadb-check/ mariadb-check] ** it should be installed by default if you have an installed mariadb mariadb-check --all-databases --check --password mariadb-check --all-databases --repair --password")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

check/fix errors in a mysql/mariaDb database

  • use the tool mariadb-check
    • it should be installed by default if you have an installed mariadb
mariadb-check --all-databases --check --password
mariadb-check --all-databases --repair --password