Ticket #19 (closed defect: worksforme)

Opened 18 months ago

Last modified 18 months ago

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

Changed 18 months ago by jonas

  • status changed from new to closed
  • resolution set to worksforme

An normal sysadmin should know that you never should use root as an normal user for webscript.

Note: See TracTickets for help on using tickets.