Update README.md

This commit is contained in:
RomanNum3ral 2026-04-07 12:46:06 +00:00
parent bd51d0faed
commit 0e4d812dc1
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# To Set root DB Password # To Set root DB Password
sudo DB_ROOT_PASSWORD='YourStrongPasswordHere' ./mysql_install.sh sudo DB_ROOT_PASSWORD='YourStrongPasswordHere' ./mysql_install.sh
### To Login
mariadb -u root -p