dolthub / doltgresql

DoltgreSQL - Version Controlled PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default socket file is named mysql.sock

Hydrocharged opened this issue · comments

When running a naked server, you get the following line:
Starting server with Config HP="localhost:5432"|T="28800000"|R="false"|L="info"|S="/tmp/mysql.sock"
This is a hold-over from the underlying Dolt system, so we need to change it.

Fixed in #779