Wiki page mariadb changed with summary [[Check/update database] changed order in block] by Daniel

This commit is contained in:
ORG-wiki 2022-09-08 10:12:51 +12:00
parent a9edc33cb3
commit d7b08cb6fd
1 changed files with 1 additions and 1 deletions

View File

@ -219,8 +219,8 @@ mysqlcheck --all-databases -u root -p -o
All "Check/update database" commands in one block
<code>
mysql_upgrade -u root -p --skip-version-check
systemctl restart mariadb.service
mysql_upgrade -u root -p
mysqlcheck --all-databases -u root -p -c
mysqlcheck --all-databases -u root -p -a
mysqlcheck --all-databases -u root -p -r