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 1354a50 commit c39da2fCopy full SHA for c39da2f
packets.go
@@ -336,7 +336,7 @@ func (mc *mysqlConn) readResultOK() (e error) {
336
// OK
337
case 0:
338
return mc.handleOkPacket(data)
339
- // EOF, a galoot is using old_passwords
+ // EOF, someone is using old_passwords
340
case 254:
341
e = errors.New("It seems like you are using old_passwords, which is unsupported. See http://code.google.com/p/go-mysql-driver/wiki/old_passwords")
342
return
0 commit comments