Displaying 7 results from an estimated 7 matches for "mysql_options".
2007 Oct 30
6
MySQL() timeout
Anyone know if the MySQL() application has a configurable timeout?
If it tries to connect to a bogus IP, it's timeout seems to be a few minutes.
I'd like to cut it down to a few seconds.
Doug.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
2015 Mar 11
2
Fixing broken UTF-8 handling with MySQL driver
...el (config, database, table and field), and the character_set_* runtime variables all yield the value "utf8", it still seems that the mysql client library must be instructed to actually use UTF-8 explicitly. Adding the following statement to driver_mysql_connect() fixes the issue for me:
mysql_options(db->mysql, MYSQL_SET_CHARSET_NAME, "utf8");
I checked this against mysql 5.5.41.
Regards,
Felix
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mysql_utf8.patch
Type: application/octet-stream
Size: 559 bytes
Desc: not available
URL: <http://dov...
2010 Nov 26
1
R Tools & Vista_x64: Problem compiling RMySQL?
...SQL/MYSQLS~1.1//bin/libmySQL.dll
-LC:/Users/sgraves/R/R-212~1.0/bin/x64 -lR
RS-MySQL.o:RS-MySQL.c:(.text+0xb0): undefined reference to
`mysql_more_results'
RS-MySQL.o:RS-MySQL.c:(.text+0x2c6): undefined reference to `mysql_init'
RS-MySQL.o:RS-MySQL.c:(.text+0x2d9): undefined reference to `mysql_options'
RS-MySQL.o:RS-MySQL.c:(.text+0x2ef): undefined reference to `mysql_options'
RS-MySQL.o:RS-MySQL.c:(.text+0x305): undefined reference to `mysql_options'
RS-MySQL.o:RS-MySQL.c:(.text+0x338): undefined reference to
`mysql_real_connect'
RS-MySQL.o:RS-MySQL.c:(.text+0x399): undefined r...
2007 Dec 31
1
my.cnf reading support in MySQL backend
I hope this ml is the right place to send this...
Anyway, I'd very much like for the MySQL backend to call mysql_options,
so that it'll read the settings defined in MySQL's my.cnf under the
[client] section. This allows to set a whole slew of MySQL specific
settings for the MySQL connection, for example to enable the compressed
protocol, set charsets, enable SSL client verification, and much more. A
patch is...
2015 Mar 12
0
Fixing broken UTF-8 handling with MySQL driver
..., database, table and field), and the character_set_* runtime variables all yield the value "utf8", it still seems that the mysql client library must be instructed to actually use UTF-8 explicitly. Adding the following statement to driver_mysql_connect() fixes the issue for me:
>
> mysql_options(db->mysql, MYSQL_SET_CHARSET_NAME, "utf8");
I think you can also add to /etc/my.cnf :
[client]
default-character-set = utf8
2003 May 13
2
RMySQL crashes R
I have justed upgraded R v1.7.0 on Windows NT 4 and have installed the
latest RMySQL (version 0.5-1)and DBI (version 0.1-5) packages.
When I issue the following commands (tactfully adjusted) R just crashes and
disappears, any ideas?
require(RMySQL)
m <- dbDriver("MySQL")
con <- dbConnect(m, dbname="xxx", user="xxx", password="xxx",
2012 Oct 11
3
dovecot cores
Hi dovecot-community,
i have set up a new dovecot server - everything is self-compiled
and with newest versions. dovecot daemon dies every night:
Bugreport Mail - dovecot cores with sig11
my dovecot daemon cores every night - no message in log file.
Please help. It runs in an OpenVZ container - therefore reiserfs
is reported as filesystem.
root at glen ~]# cat /etc/dovecot/dovecot.conf
#