mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Updated MySQL tips (markdown)
parent
790fb4ff5a
commit
01428c40f0
1 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,8 @@
|
|||
<p>To enable or disable the automatic start of MySQL service when you boot your machine use</p>
|
||||
<p>for Ubuntu or Debian distributions</p>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<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>
|
||||
|
|
@ -8,6 +12,6 @@
|
|||
</p>
|
||||
<p>To start or stop manually the MySQL service use</p>
|
||||
<blockquote>
|
||||
<p>>systemctl start mysql.service</p>
|
||||
<p>>systemctl start mysql.service</p>
|
||||
<p>>systemctl stop mysql.service</p>
|
||||
</blockquote>
|
||||
Loading…
Add table
Add a link
Reference in a new issue