Boost C++ Libraries Home Libraries People FAQ More

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