diff options
author | thomascube <thomas@roundcube.net> | 2007-05-17 20:15:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-05-17 20:15:24 +0000 |
commit | 6ae6e41fb32ca544ed29681d18130ba2c9c344fd (patch) | |
tree | 70fb7ce717bc1789b7de97f2d85afa4ba336cf53 /INSTALL | |
parent | 4a4751f5e504ae457ca99ca19a1531190c527e71 (diff) |
Updated description files and version info
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -42,7 +42,7 @@ roundcube user. Here is an example of that procedure: # mysql > CREATE DATABASE roundcubemail; > GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost - IDENTIFIED BY 'password'; + IDENTIFIED BY 'password'; > quit # mysql roundcubemail < SQL/mysql.initial.sql @@ -55,7 +55,7 @@ RoundCube with utf-8 charset. Here's an example of the init procedure: # mysql > CREATE DATABASE roundcubemail DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; > GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost - IDENTIFIED BY 'password'; + IDENTIFIED BY 'password'; > quit # mysql roundcubemail < SQL/mysql5.initial.sql @@ -106,6 +106,7 @@ Details about the config paramaters can be found in the config files. UPGRADING ========= + If you already have a previous version of RoundCube installed, please refer to the instructions in UPGRADING guide. |