Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
pool_params::server_address

Determines how to establish a physical connection to the MySQL server.

Synopsis
any_address server_address;
Description

Connections created by the pool will use this address to connect to the server. This can be either a host and port or a UNIX socket path. Defaults to (localhost, 3306).


PrevUpHomeNext