From 8414a8dc90dfcde6e3f2323e1e8efac00a4b44a0 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 3 Jul 2023 23:14:48 +0200 Subject: Add info about mysql --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 [(none)]> + +``` + - - - ### Commands -- cgit v1.2.3