diff options
author | Ian Gilfillan <github@greenman.co.za> | 2020-07-20 12:02:00 +0200 |
---|---|---|
committer | Anel <an3l@users.noreply.github.com> | 2020-07-23 18:22:00 +0200 |
commit | 7d22d666d2f91689e00c4eadc859c523cd9277ba (patch) | |
tree | ae736994dfe2863ec362f110080c685839f32145 | |
parent | adeb736f9aa5322e58612cdf1d57826067d3bdb4 (diff) | |
download | mariadb-git-7d22d666d2f91689e00c4eadc859c523cd9277ba.tar.gz |
MDEV-15207: mysql_upgrade cannot create file mysql_upgrade_info
-rw-r--r-- | man/mysql_upgrade.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/mysql_upgrade.1 b/man/mysql_upgrade.1 index 0d4d15d84d2..a083be5ce85 100644 --- a/man/mysql_upgrade.1 +++ b/man/mysql_upgrade.1 @@ -1,6 +1,6 @@ '\" t .\" -.TH "\FBMYSQL_UPGRADE\FR" "1" "14/12/2015" "MariaDB 10\&.1" "MariaDB Database System" +.TH "\FBMYSQL_UPGRADE\FR" "1" "20 July 2020" "MariaDB 10\&.1" "MariaDB Database System" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -165,6 +165,8 @@ in the data directory\&. This is used to quickly check whether all tables have b \fB\-\-force\fR option\&. .PP +For this reason, \fBmysql_upgrade\fR needs to be run as a user with write access to the data directory\&. +.PP If you install MariaDB from RPM packages on Linux, you must install the server and client RPMs\&. \fBmysql_upgrade\fR is included in the server RPM but requires the client RPM because the latter includes |