From b3ab3f9fdb10a972712da757af115495b5b241e1 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 2 Apr 2024 15:25:47 +0300 Subject: Update issues for bonfacem. Signed-off-by: Munyoki Kilyungi --- topics/systems/virtuoso.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'topics/systems') diff --git a/topics/systems/virtuoso.gmi b/topics/systems/virtuoso.gmi index c6a42cf..e911a8b 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" "new-password"; +SQL> set password "dba" "rFw,OntlJ@Sz"; SQL> UPDATE ws.ws.sys_dav_user SET u_account_disabled=1 WHERE u_name='dav'; SQL> CHECKPOINT; ``` -- cgit v1.2.3