Changeset 221 in subversion
- Timestamp:
- May 5, 2006 12:59:12 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/INSTALL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/INSTALL
r142 r221 40 40 41 41 # mysql 42 > create database'roundcubemail';42 > CREATE DATABASE 'roundcubemail'; 43 43 > GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost 44 44 IDENTIFIED BY 'password'; … … 48 48 For MySQL version 4.1 and up, it's recommended to create the database for 49 49 RoundCube 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; 51 51 52 52
Note: See TracChangeset
for help on using the changeset viewer.
