summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-11-04 11:30:23 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-11-04 11:30:23 +0000
commit84d3cd8cc2e9dafe04671b91c5a555ec860a65d5 (patch)
treef36686d86c2fd569d3216182613a4e1dbc183e97
parentea387df8df7e8a193b6dcf763fa4ccda0e041eaa (diff)
- add precise note about UTF-8 in database
git-svn-id: https://svn.roundcube.net/trunk@3100 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/INSTALL5
1 files changed, 2 insertions, 3 deletions
diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL
index 67fbce98a..526335533 100644
--- a/roundcubemail/INSTALL
+++ b/roundcubemail/INSTALL
@@ -55,6 +55,8 @@ in the .htaccess file and set the path to the log file accordingly.
DATABASE SETUP
==============
+Note: Database for RoundCube must use UTF-8 character set.
+
* MySQL
-------
Setting up the mysql database can be done by creating an empty database,
@@ -73,9 +75,6 @@ Note 1: 'password' is the master password for the roundcube user. It is strongly
recommended you replace this with a more secure password. Please keep in
mind: You need to specify this password later in 'config/db.inc.php'.
-Note 2: For MySQL version 4.1 and up, it's recommended to create the database for
-RoundCube with utf-8 charset.
-
* SQLite
--------