ErrNoTLS=errors.New("TLS encryption requested but server does not support TLS")
ErrOldPassword=errors.New("This user requires old password authentication. If you still want to use it, please add 'allowOldPasswords=1' to your DSN. See also https://github.com/go-sql-driver/mysql/wiki/old_passwords")
ErrCleartextPassword=errors.New("This user requires clear text authentication. If you still want to use it, please add 'allowCleartextPasswords=1' to your DSN.")
ErrUnknownPlugin=errors.New("The authentication plugin is not supported.")
ErrOldProtocol=errors.New("MySQL-Server does not support required Protocol 41+")
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?")
ErrPktTooLarge=errors.New("Packet for query is too large. You can change this value on the server by adjusting the 'max_allowed_packet' variable.")