From d72d411ee338ae2cca0bef2c08822b52eb72e8e5 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 02 Jun 2006 15:07:27 -0400
Subject: [PATCH] Updated Changelog

---
 INSTALL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 645f588..dd52fa5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -39,7 +39,7 @@
 roundcube user. Here is an example of that procedure:
 
 # mysql
-> create database 'roundcubemail';
+> CREATE DATABASE 'roundcubemail';
 > GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost
         IDENTIFIED BY 'password';
 > quit
@@ -47,7 +47,7 @@
 
 For MySQL version 4.1 and up, it's recommended to create the database for
 RoundCube with the following command:
-> CREATE DATABASE `roundcube` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
+> CREATE DATABASE 'roundcubemail' DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
 
 
 * SQLite

--
Gitblit v1.9.1