Updated MySQL tips (markdown)

ghost-from-the-past 2021-04-14 12:59:07 +02:00
parent 790fb4ff5a
commit 01428c40f0

@ -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>&gt;systemctl enable mysql</p>
<p>&gt;systemctl disable mysql</p>
@ -8,6 +12,6 @@
</p>
<p>To start or stop manually the MySQL service use</p>
<blockquote>
<p>&gt;systemctl start mysql.service</p>
<p>&gt;systemctl start mysql.service</p>
<p>&gt;systemctl stop mysql.service</p>
</blockquote>