|
|
@@ -15,6 +15,6 @@ var (
|
|
|
errMalformPkt = errors.New("Malformed Packet")
|
|
|
errPktSync = errors.New("Commands out of sync. You can't run this command now")
|
|
|
errPktSyncMul = errors.New("Commands out of sync. Did you run multiple statements at once?")
|
|
|
- errOldPassword = errors.New("It seems like you are using old_passwords, which is unsupported. See https://github.com/Go-SQL-Driver/MySQL/wiki/old_passwords")
|
|
|
+ errOldPassword = errors.New("It seems like you are using old_passwords, which is unsupported. See https://github.com/go-sql-driver/mysql/wiki/old_passwords")
|
|
|
errPktTooLarge = errors.New("Packet for query is too large. You can change this value on the server by adjusting the 'max_allowed_packet' variable.")
|
|
|
)
|