Vanilla install doesn't accept socket syntax for DB

edited February 2011 in Vanilla 2.0 - 2.8
Vanilla install doesn't accept syntax "localhost:/tmp/mysql5.sock" for DB host. I use to enable remote connection and connect with mysql.domain:PORT then vanilla continue installation.
the problem is her.
/vanilla/library/database/class.database.php:
$Dsn = sprintf('host=%s;dbname=%s;', $Host, $Dbname);
I've reported this issue in your github tracker, but still no reaction :)

Kind Regards

Comments

Sign In or Register to comment.