haxetink / tink_sql

SQL embedded into Haxe
MIT License
54 stars 17 forks source link

is host only for localhost? #141

Closed sonygod closed 2 years ago

sonygod commented 2 years ago
var driver = new MySql({
            host: '120.*.*.5',//it seem here not work for custom ,only work localhost. I can connect this db use 3th tool
            user: 'test',
            password: 'test',

            port: 30212
        });