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