Updated MySQL tips (markdown)

ghost-from-the-past 2021-04-15 16:19:54 +02:00
parent 66ff503acf
commit cc1a54267c

@ -77,8 +77,7 @@ This tips were prepared for [[Install Tracks 2.5 on Ubuntu 20.10]]
<p>&gt;mysqldump -u daniel -p tempe &gt; ~/tracks.sql</p>
</blockquote>
<p>The command will ask for the password of the SQL user.</p>
<p>If you get the error</p>
<code>mysqldump: Error: 'Access denied;</code>
<p>If you get the error <code>mysqldump: Error: 'Access denied;</code></p>
<p>you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces</p>
<p>if your user root doesn't have a password ... you can use root (note that the line is without -p)</p>
<blockquote>