ujjwalt / OVG

Open Volunteer Grid - for the Unisys Cloud 20/20 4.0
0 stars 1 forks source link

Using MYSQL with Go #1

Open karimkhanp opened 11 years ago

karimkhanp commented 11 years ago

I am trying install sql database with Go language in Window, Tried with GoMySQL – A quite complete threadsafe MySQL client library written in Go. By Phil Bayfield. Go MySQL Driver – Implementation of Go’s database/sql/driver interface for MySQL. By Julien Schmidt. MySQL Client Library A MySQL client lib in Go. By thoj. MyMySQL – Another MySQL client library written in pure Go. By Michał Derkacz.

still not succeed.

ujjwalt commented 11 years ago

GoMySQL seems outdated. MySQL Client Library A MySQL client lib in Go. By thoj is dead. The only libraries in development seem to be Go MySQL Driver and MyMySQL so I would recommend to try them on Linux rather than windows. Software is usually more stable on UNIX platforms. If even that does not work then resort to using any database that works like SQLite or MongoDB. Anything that works. Although these should work. Try again if it still doesn't pan out then post in the exact error you're getting

ujjwalt commented 11 years ago

What's the progress?