Changes between Version 16 and Version 17 of Howto_Install_fr
- Timestamp:
- May 24, 2007 11:19:47 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto_Install_fr
v16 v17 65 65 '''3.''' On rend le dossier '''/logs''' accessible en écriture pour l'utilisateur www-data : 66 66 {{{ 67 chmod 0775 /var/www webmail/logs67 chmod 0775 /var/www/webmail/logs 68 68 }}} 69 69 … … 90 90 91 91 {{{ 92 CREATE DATABASE user_roundcube DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;92 CREATE DATABASE roundcube DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 93 93 }}} 94 94 ''' … … 96 96 97 97 {{{ 98 GRANT ALL PRIVILEGES ON user_roundcube.* TO vhcs2_roundcube@localhost IDENTIFIED BY 'YOUR_PASSWORD';98 GRANT ALL PRIVILEGES ON user_roundcube.* TO roundcube@localhost IDENTIFIED BY 'YOUR_PASSWORD'; 99 99 }}} 100 100 ''' … … 110 110 111 111 {{{ 112 mysql -u root -p user_roundcube < /var/www/webmail/SQL/mysql5.initial.sql112 mysql -u root -p roundcube < /var/www/webmail/SQL/mysql5.initial.sql 113 113 }}} 114 114
