We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cc88f commit c581129Copy full SHA for c581129
_content/doc/database/open-handle.md
@@ -121,6 +121,7 @@ cfg := mysql.Config{
121
Net: "tcp",
122
Addr: "127.0.0.1:3306",
123
DBName: "jazzrecords",
124
+ AllowNativePasswords: true,
125
}
126
127
// Get a database handle.
_content/doc/tutorial/database-access.md
@@ -247,6 +247,7 @@ specific database.
247
248
249
DBName: "recordings",
250
251
252
253
var err error
0 commit comments