mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Updated MySQL tips (markdown)
parent
66ff503acf
commit
cc1a54267c
1 changed files with 1 additions and 2 deletions
|
|
@ -77,8 +77,7 @@ This tips were prepared for [[Install Tracks 2.5 on Ubuntu 20.10]]
|
|||
<p>>mysqldump -u daniel -p tempe > ~/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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue