Back again

Once upon a time I used to have a blog. This blog was ugly old and full of random information. Let’s change this to just random information ;-)

Good to be back.

 
8
Kudos
 
8
Kudos

Now read this

Using MySQL / MariaDB via SSH in Golang

In this post I will show how easy it is to connect to MySQL/MariaDB on a server via SSH using the local SSH-AGENT or password package main import ( "database/sql" "fmt" "net" "os" "github.com/go-sql-driver/mysql"... Continue →