I cant connect mysql database with fiber using golang

change your port to anything else example:

log.Fatal(app.Listen(":80"))

as a default http application. or

log.Fatal(app.Listen(":8000"))

if you want.

You cannot use a port that another application is using.