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)