Updated MySQL tips (markdown)

ghost-from-the-past 2021-04-15 16:21:37 +02:00
parent cc1a54267c
commit 7c519bb995

@ -67,6 +67,9 @@ This tips were prepared for [[Install Tracks 2.5 on Ubuntu 20.10]]
<li>[datadir]/my.cnf</li>
<li>~/.my.cnf</li>
</ul>
<p>
<br/>
</p>
<h3>Import Export the content of the database</h3>
<blockquote>
<p>&gt;mysqldump -u <strong>user_name</strong> -p <strong>db_name</strong> &gt; /path/exported_data.sql</p>
@ -83,8 +86,10 @@ This tips were prepared for [[Install Tracks 2.5 on Ubuntu 20.10]]
<blockquote>
<p>&gt;mysqldump -u root tempe &gt; ~/tracks.sql</p>
</blockquote>
<p>
<br/>
</p>
<h3>Import the SQL file</h3>
<br/>
<p>Sometimes it is required to drop all the table before the import, you need to check for your case.</p>
<p>at the command line do</p>
<blockquote>