mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Updated MySQL tips (markdown)
parent
1342aa84d0
commit
66ff503acf
1 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,8 @@ This tips were prepared for [[Install Tracks 2.5 on Ubuntu 20.10]]
|
|||
</blockquote>
|
||||
<p>The command will ask for the password of the SQL user.</p>
|
||||
<p>If you get the error</p>
|
||||
<p>mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces</p>
|
||||
<code>mysqldump: Error: 'Access denied;</code>
|
||||
<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>
|
||||
<p>>mysqldump -u root tempe > ~/tracks.sql</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue