Skip to content

Static MySQL port #22

@Xaelias

Description

@Xaelias

db, err := sql.Open("mysql", fmt.Sprintf("%v:%v@tcp(%v:3306)/%v", b.Dbuser, b.Dbpass, b.Server, b.Dbname))

It would be nice to be able to run MySQL on whatever port we want. And being able to have a config option like SQL_PORT :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions