mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Updated MySQL tips (markdown)
parent
4b279b1842
commit
27c178ea52
1 changed files with 18 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
<h1 class="title">MySQL 8.0 Reference Manual</h1>
|
||||
<p>
|
||||
<a href="https://dev.mysql.com/doc/refman/8.0/en/">https://dev.mysql.com/doc/refman/8.0/en/</a>
|
||||
</p>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p>for Ubuntu or Debian distributions</p>
|
||||
<p>
|
||||
<br/>
|
||||
|
|
@ -14,4 +21,15 @@
|
|||
<blockquote>
|
||||
<p>>systemctl start mysql.service</p>
|
||||
<p>>systemctl stop mysql.service</p>
|
||||
</blockquote>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p>To show the status use</p>
|
||||
<blockquote>
|
||||
<p>>systemctl status mysql.service</p>
|
||||
</blockquote>
|
||||
<p>also check the error with</p>
|
||||
<blockquote>
|
||||
<p>>journalctl -xe</p>
|
||||
</blockquote>
|
||||
Loading…
Add table
Add a link
Reference in a new issue