Changeset 221 in subversion


Ignore:
Timestamp:
May 5, 2006 12:59:12 PM (7 years ago)
Author:
roundcube
Message:

Corrected INSTALL description (Bug #1476106)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/INSTALL

    r142 r221  
    4040 
    4141# mysql 
    42 > create database 'roundcubemail'; 
     42> CREATE DATABASE 'roundcubemail'; 
    4343> GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost 
    4444        IDENTIFIED BY 'password'; 
     
    4848For MySQL version 4.1 and up, it's recommended to create the database for 
    4949RoundCube with the following command: 
    50 > CREATE DATABASE `roundcube` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 
     50> CREATE DATABASE 'roundcubemail' DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 
    5151 
    5252 
Note: See TracChangeset for help on using the changeset viewer.