From 66ff503acf5ead2c6c78dae459e4ffe6e2945563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BB=BFghost-from-the-past?= Date: Thu, 15 Apr 2021 16:19:10 +0200 Subject: [PATCH] Updated MySQL tips (markdown) --- MySQL-tips.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MySQL-tips.md b/MySQL-tips.md index cc4498f..26c7978 100644 --- a/MySQL-tips.md +++ b/MySQL-tips.md @@ -78,7 +78,8 @@ This tips were prepared for [[Install Tracks 2.5 on Ubuntu 20.10]]

The command will ask for the password of the SQL user.

If you get the error

-

mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces

+ mysqldump: Error: 'Access denied; +

you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces

if your user root doesn't have a password ... you can use root (note that the line is without -p)

>mysqldump -u root tempe > ~/tracks.sql