Some of us like to roll with the default mysql admin user whose name is root and password is NULL. DBTNG gives a notice because of this pass. I changed line 57 and replaced with;

    // Suppress Notice since pass can be NULL
    'password' => @$info['pass'],

Comments

mikey_p’s picture

Assigned: Unassigned » mikey_p
Status: Needs review » Reviewed & tested by the community

i've got this in my template and in git.

mikey_p’s picture

Status: Reviewed & tested by the community » Fixed

This is committed to 6.x-1.x-dev. Will tag shortly.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.