CREATE DATABASE roundcubemail;
CREATE USER roundcube@localhost;
SET PASSWORD FOR roundcube@localhost= PASSWORD("password");
GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost IDENTIFIED BY 'password';
FLUSH PRIVILEGES;
$rcmail_config['enable_installer'] = true;
5/5 - (2 votes)