diff options
| -rw-r--r-- | kde-apps/akonadi/files/README.gentoo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-apps/akonadi/files/README.gentoo b/kde-apps/akonadi/files/README.gentoo index c778f6d1a21..69bb68c1f00 100644 --- a/kde-apps/akonadi/files/README.gentoo +++ b/kde-apps/akonadi/files/README.gentoo @@ -28,8 +28,8 @@ Note: 3) Optional: You may have come here with an already defunct akonadi service. To manually fix the akonadi MariaDB backend: - $ mysql_upgrade -S /run/user/$(id -u)/akonadi/default/mysql.socket \ - --defaults-file=~/.local/share/akonadi/mysql.conf + $ mysql_upgrade --defaults-file=~/.local/share/akonadi/mysql.conf \ + -S /run/user/$(id -u)/akonadi/mysql.socket Don't forget to restart the akonadi service afterwards: $ akonadictl restart |
