mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Created MySQL tips (markdown)
parent
71c3e80a09
commit
fbd19b1b3d
1 changed files with 13 additions and 0 deletions
13
MySQL-tips.md
Normal file
13
MySQL-tips.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<p>To enable or disable the automatic start of MySQL service when you boot your machine use</p>
|
||||
<blockquote>
|
||||
<p>>systemctl enable mysql</p>
|
||||
<p>>systemctl disable mysql</p>
|
||||
</blockquote>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p>To start or stop manually the MySQL service use</p>
|
||||
<blockquote>
|
||||
<p>>systemctl start mysql.service</p>
|
||||
<p>>systemctl stop mysql.service</p>
|
||||
</blockquote>
|
||||
Loading…
Add table
Add a link
Reference in a new issue