diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-02-16 09:54:53 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-02-16 09:54:53 +0000 |
| commit | 577223052a4c71e7ec52a50e7baf542b4dff0a65 (patch) | |
| tree | 9ff23c88d48cf47025afa26f25823e3a92081647 | |
| parent | 1d9a1b71fc1626e054940a8260b1e9038ff22135 (diff) | |
- added info to create unicode database (#1485687)
git-svn-id: https://svn.roundcube.net/trunk@2296 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 8d57eb2a1..5f2f3dd60 100644 --- a/roundcubemail/INSTALL +++ b/roundcubemail/INSTALL @@ -53,7 +53,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 /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; > GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost IDENTIFIED BY 'password'; > quit @@ -88,7 +88,7 @@ simple steps, which have to be done as the postgres system user (or which ever is the database superuser): $ createuser roundcube -$ createdb -O roundcube roundcubemail +$ createdb -O roundcube -E UNICODE roundcubemail $ psql roundcubemail roundcubemail =# ALTER USER roundcube WITH PASSWORD 'the_new_password'; |
