Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 12

CurtisOdenafiqasyraf93ericgillettex00 +8 guests

Vanilla install doesn't accept socket syntax for DB

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.