Skip to main content
The Deno 2 Release Candidate is here
Learn more
Very Popular
Go to Latest
interface HandshakeBody
import { type HandshakeBody } from "https://deno.land/x/mysql@v2.10.3/src/packets/parsers/handshake.ts";

Properties

protocolVersion: number
serverVersion: string
threadId: number
seed: Uint8Array
serverCapabilities: number
characterSet: number
statusFlags: number
authPluginName: string