Skip to content

Commit bad26ad

Browse files
allow use unix socket path
1 parent 7dc16ac commit bad26ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

machines/create-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ module.exports = {
173173

174174
// Basic:
175175
'host', 'port', 'database', 'user', 'password',
176-
'charset', 'timezone', 'ssl',
176+
'charset', 'timezone', 'ssl', 'socketPath',
177177

178178
// Advanced:
179179
'connectTimeout', 'stringifyObjects', 'insecureAuth', 'typeCast',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "machinepack-mysql",
3-
"version": "2.0.0-5",
3+
"version": "2.0.0-5.1",
44
"description": "Structured Node.js bindings for MySQL.",
55
"scripts": {
66
"test": "node ./node_modules/mocha/bin/mocha --recursive",

0 commit comments

Comments
 (0)