Ticket #19 (closed defect: worksforme)
Default value in dsn-array
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | backend | Version: | SVN |
| Keywords: | Cc: |
Description
The default value in a fresh config.inc.php file for $dsn[username] is root.
$dsn = array(
'phptype' => 'mysql', 'username' => 'root', 'password' => ,
This can cause misunderstandings. The users might think they should insert their mysql root password in the next line.
My suggestion is to preconfigurate the username with 'mail_web'.
Change History
Note: See
TracTickets for help on using
tickets.
