alecpl
2009-04-24 111be7087f207b2e9a5bc71ebfa981b4024a08b9
INSTALL
@@ -53,7 +53,7 @@
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 @@
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';