From e8bf18188e86c49ff6e470cb021acd23f437864b Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 20 Sep 2024 17:24:48 +0300 Subject: Use default virtuoso password. Signed-off-by: Munyoki Kilyungi --- topics/systems/virtuoso.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; ``` -- cgit v1.2.3