GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
mysql_options(3) MariaDB Connector/C mysql_options(3)

mysql_options - Used to set extra connect options and affect behavior of a connection


#include <mysql.h>
int mysql_options(MYSQL * mysql,
                  enum mysql_option,
                  const void * arg);

    

Used to set extra connect options and affect behavior for a connection. This function may be called multiple times to set several options. mysql_options() should be called after mysql_init(3).

This function is deprecated, new implementations should use mysql_optionsv(3) api function instead.

An overview of the possible options can be found in the description of the mysql_optionsv(3) API function.

mysql_init(3) mysql_optionsv(3) *mysql_real_connect(3)
Version 3.2.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.