From c76dbbd017619a58d1d909fbeed895e73e7a2a88 Mon Sep 17 00:00:00 2001 From: xntrik Date: Sat, 21 May 2011 03:33:56 +0000 Subject: [PATCH] Changes config.yaml so that mysql is lowercase, if you change the option using upper/lower it doesnt work git-svn-id: https://beef.googlecode.com/svn/trunk@984 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 444d908bb..9d8d5a82e 100644 --- a/config.yaml +++ b/config.yaml @@ -23,7 +23,7 @@ beef: session_cookie_name: "BEEFSESSION" database: - #supported DBs: sqlite, MySQL + #supported DBs: sqlite, mysql default: "sqlite" # please note that the db should exists. Schema will be created automatically. # mysql> create database beef;