summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--topics/database/setting-up-local-development-database.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/database/setting-up-local-development-database.gmi b/topics/database/setting-up-local-development-database.gmi
index dea3675..9ebb48b 100644
--- a/topics/database/setting-up-local-development-database.gmi
+++ b/topics/database/setting-up-local-development-database.gmi
@@ -41,7 +41,7 @@ Setting up mariadb in a Guix container is the preferred and easier method. But,
```
$ sudo $(./containers/db-container.sh)
```
-Then, enter the container using guix container exec and set the root password to a blank.
+By default, mariadb allows passwordless login for root only on the local machine. So, enter the container using guix container exec and set the root password to a blank.
```
$ mysql -u root
MariaDB [(none)]> SET PASSWORD = PASSWORD("");