aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2ab3e46..999a742 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,29 @@ $ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bas
$ nvm install node
```
+##### mysql
+
+- Ensure the MySQL service starts when you reboot or startup your machine.
+```bash
+$ sudo systemctl start mysqld
+```
+
+- Setup MySQL for use
+```bash
+$ sudo mysql_secure_installation
+```
+
+- To check its installed and working just open up mysql command prompt with
+```
+$ sudo mysql
+```
+
+- If you see the following prompt, You're good to go!
+```
+MariaDB [(<span class="hljs-literal">none)]>
+</span>
+```
+
- - -
### Commands