diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-05 16:59:12 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-05 16:59:12 +0000 |
| commit | ce755df8a17cc2f30e2341fc3db7b3f7f8c308fb (patch) | |
| tree | e1327ee57950fa38cdfaf998dc9be4776f957d6a | |
| parent | cf378b3f9564972326b607141550e0393dd0e858 (diff) | |
Corrected INSTALL description (Bug #1476106)
git-svn-id: https://svn.roundcube.net/trunk@221 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL index 645f588ed..dd52fa5f0 100644 --- a/roundcubemail/INSTALL +++ b/roundcubemail/INSTALL @@ -39,7 +39,7 @@ importing the table layout and granting the proper permissions to the 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 @@ roundcube user. Here is an example of that procedure: 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 |
