![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi everybody!
I'm installing roundcubemail-0.1-rc1.1 and I'm just editing Code:
$rcmail_config[âdb_dsnwâ] = âmysql://roundcube:password@localhost/roundcubeâ; db.inc.php Now, I have no password on mysql, is it right this configuration: Code:
$rcmail_config['db_dsnw'] = 'mysql://roundcube:@localhost/roundcubemail'; |
|
#2
|
|||
|
|||
|
Yes I think thats how you would set it up if you had no password on you mysql db.
|
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
I set the password on mysql an then edit the configuration file in this way:
Code:
$rcmail_config['db_dsnw'] = 'mysql://roundcube:root@localhost/roundcubemail'; |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Quote:
so if you create a new MySQL user "roundcube" then indeed it is the correct username. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |