M emacs-init.el => emacs-init.el +2 -2
@@ 293,8 293,8 @@ but it is usually sufficient to take the default.")
("Australia/Sydney" "Sydney")))
;; SQL hacks.
-(setq sql-user "modest")
-(setq sql-database "test_modest")
+(setq sql-user "bookworm")
+(setq sql-database "test_recipe")
(setq sql-server "localhost")
(defun rgr-sql-mode-hook ()