MySQL Connector/C Supported Platforms
2126
The following discussion covers these topics:
• MySQL Connector/C supported platforms
• MySQL Connector/C distribution contents
• Obtaining and installing MySQL Connector/C
• Building client programs that use MySQL Connector/C
20.4.1. MySQL Connector/C Supported Platforms
The following table indicates the platforms on which MySQL Connector/C has been tested.
Table 20.28. Supported Platforms for MySQL Connector/C 6.0.2
Platform
Versions
Windows
Windows 2000, XP, Vista, Server 2003, Server 2008
Linux
RHEL 4, 5; SuSE LES 9, 10; generic
glibc
2-based Linux systems
Solaris
8, 9, 10
Mac OS X
10.4, 10.5
FreeBSD
6, 7
HP-UX
11.11, 11.23, 11.31
IBM AIX
5.3
20.4.2. MySQL Connector/C Distribution Contents
A MySQL Connector/C distribution contains the header, library, and utility files necessary to build
MySQL client applications that communicate with MySQL Server using the C API.
Distributions are available in binary and source formats. A binary distribution contains the header,
library, and utility components discussed following, compiled and ready for use in writing client
programs. A source distribution contains the source files required to produce the same headers,
libraries, and utilities included in a binary distribution, but you compile them yourself.
MySQL Connector/C distributions include these components:
• A set of
.h
header files that C applications include at compile time. These files are located in the
include
directory.
• Static and dynamic libraries that C applications link to at link time. These libraries are located in the
lib
directory. The library names depend on the library type and platform for which a distribution is
built:
• On Unix (and Unix-like) sytems, the static library is
libmysqlclient.a
. The dynamic library is
libmysqlclient.so
on most Unix systems and
libmysqlclient.dylib
on Mac OS X.
• On Windows, the static library is
mysqlclient.lib
and the dynamic library is
libmysql.dll
.
Windows distributions also include
libmysql.lib
, a static import library needed for using the
dynamic library.
• Utilities. MySQL Connector/C includes the
mysql_config
utility, located in the
bin
directory.
20.4.3. Obtaining MySQL Connector/C
To obtain a distribution, visit
MySQL Connector/C downloads
. For a list of supported platforms, see
Section 20.4.1, “MySQL Connector/C Supported Platforms”
.
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...