#lang scribble/doc @(require scribble/manual (for-label scheme)) @title{@bold{MySQL Client Library}: Accessing MySQL Databases over TCP} @author["Jon Zeppieri"] The MySQL Client Library provides an interface for connecting to, querying, and updating MySQL databases. It does not depend upon any locally installed drivers. Rather it implements the MySQL client/server network protocol. All database connections are established via TCP and may optionally be tunelled through SSL, provided the database server supports SSL connections and the OpenSSL libraries are available on the client. @table-of-contents[] @; --------------------------------- @include-section["mysql.scrbl"] @include-section["format.scrbl"] @index-section[]