Changes between Version 16 and Version 17 of Howto_Install_fr


Ignore:
Timestamp:
May 24, 2007 11:19:47 PM (6 years ago)
Author:
nuxwin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Howto_Install_fr

    v16 v17  
    6565'''3.''' On rend le dossier '''/logs''' accessible en écriture pour l'utilisateur www-data : 
    6666{{{ 
    67 chmod 0775 /var/wwwwebmail/logs 
     67chmod 0775 /var/www/webmail/logs 
    6868}}} 
    6969 
     
    9090 
    9191{{{ 
    92 CREATE DATABASE user_roundcube DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 
     92CREATE DATABASE roundcube DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 
    9393}}} 
    9494''' 
     
    9696 
    9797{{{ 
    98 GRANT ALL PRIVILEGES ON user_roundcube.* TO vhcs2_roundcube@localhost IDENTIFIED BY 'YOUR_PASSWORD'; 
     98GRANT ALL PRIVILEGES ON user_roundcube.* TO roundcube@localhost IDENTIFIED BY 'YOUR_PASSWORD'; 
    9999}}} 
    100100''' 
     
    110110 
    111111{{{ 
    112 mysql -u root -p user_roundcube < /var/www/webmail/SQL/mysql5.initial.sql 
     112mysql -u root -p roundcube < /var/www/webmail/SQL/mysql5.initial.sql 
    113113}}} 
    114114