summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-09-20 17:24:48 +0300
committerMunyoki Kilyungi2024-09-20 17:24:48 +0300
commite8bf18188e86c49ff6e470cb021acd23f437864b (patch)
treed6e0c1ce93b52edc70cb175ea555fc8ec3e0c491
parent6cbc791125161b92ff5068540aae5414ca4c8378 (diff)
downloadgn-gemtext-e8bf18188e86c49ff6e470cb021acd23f437864b.tar.gz
Use default virtuoso password.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--topics/systems/virtuoso.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/systems/virtuoso.gmi b/topics/systems/virtuoso.gmi
index e911a8b..94a15f0 100644
--- a/topics/systems/virtuoso.gmi
+++ b/topics/systems/virtuoso.gmi
@@ -104,7 +104,7 @@ After running virtuoso, you will want to change the default password of the `dba
In a typical production virtuoso installation, you will want to change the password of the dba user and disable the dav user. Here are the commands to do so. Pay attention to the single versus double quoting.
```
-SQL> set password "dba" "rFw,OntlJ@Sz";
+SQL> set password "dba" "dba";
SQL> UPDATE ws.ws.sys_dav_user SET u_account_disabled=1 WHERE u_name='dav';
SQL> CHECKPOINT;
```