Wiki page mariadb changed with summary [[Check/update database] added --skip-version-check for mysql_upgrade] by Daniel

This commit is contained in:
ORG-wiki 2022-06-04 11:34:40 +12:00
parent e5d0656161
commit 60e7d7fbbf

View file

@ -191,7 +191,7 @@ Upon a major version release of mariadb (for example mariadb-10.7.4-1 to mariadb
- restart the daemon, so the 10.8.3 daemon runs.
<code>
mysql_upgrade -u root -p
mysql_upgrade -u root -p --skip-version-check
</code>
To check all tables in all databases: