Re: [go-nuts] SQL database connection

2016-09-19 Thread lochbm
I fixed that but I still get errors connecting to the SQL database. Should 
I deactivate XAMPP before trying it out?

On Monday, September 19, 2016 at 12:35:30 PM UTC+3, Harald Weidner wrote:
>
> Hello, 
>
> On Mon, Sep 19, 2016 at 01:37:14AM -0700, loc...@gmail.com  
> wrote: 
>
> > import( 
> >  _ "github.com/go-sql-driver" 
> > ) 
>
> The correct name of this package is: github.com/go-sql-driver/mysql 
>
> Harald 
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] SQL database connection

2016-09-19 Thread Harald Weidner
Hello,

On Mon, Sep 19, 2016 at 01:37:14AM -0700, loc...@gmail.com wrote:

> import(
>  _ "github.com/go-sql-driver"
> )

The correct name of this package is: github.com/go-sql-driver/mysql

Harald

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.