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

>mysqldump -u daniel -p tempe > ~/tracks.sql

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

-

If you get the error

- mysqldump: Error: 'Access denied; +

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

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