search for: driver_mysql_connect

Displaying 7 results from an estimated 7 matches for "driver_mysql_connect".

2005 Aug 26
0
Dovecot.1.0.alpha1+mysql+mysql
...r(default): passdb_sql_conn->config_path="/etc/dovecot/dovecot-mysql_debord.conf" [...] dovecot: auth-worker(default): passdb_sql_conn->set.connect="host=debord port=3306 dbname=posta_debord user=posta password=foobar" [...] dovecot: auth-worker(default): driver_mysql_connect: host=debord, user=posta, password=foobar. [...] dovecot: auth-worker(default): driver_mysql_connect: conn=0x3c00a6b0 [...] dovecot: auth-worker(default): actually connecting to debord [...] dovecot: auth-worker(default): mysql: Connected to debord (posta_debord) [...] dovecot: auth-worker(d...
2015 Mar 11
2
Fixing broken UTF-8 handling with MySQL driver
...to use UTF-8 as the default charset on every level (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 byte...
2018 Dec 04
3
Dovecot 2.3.4 crash
...was alloc'd at Dec 4 12:09:40 dovecot: auth-worker: Error: ==3071== at 0x4C2DBC5: calloc (vg_replace_malloc.c:711) Dec 4 12:09:40 dovecot: auth-worker: Error: ==3071== by 0x6E8250A: mysql_init (mariadb_lib.c:996) Dec 4 12:09:40 dovecot: auth-worker: Error: ==3071== by 0x6C60837: driver_mysql_connect (driver-mysql.c:93) Dec 4 12:09:40 dovecot: auth-worker: Error: ==3071== by 0x146FE4: driver_sqlpool_connect (driver-sqlpool.c:574) Dec 4 12:09:40 dovecot: auth-worker: Error: ==3071== by 0x13D10C: db_sql_connect (db-sql.c:140) Dec 4 12:09:40 dovecot: auth-worker: Error: ==3071== by...
2018 Dec 03
3
Dovecot 2.3.4 crash
On 2 Dec 2018, at 22.22, Guillaume via dovecot <dovecot at dovecot.org> wrote: > > I also have this kind of segfault since the update : > > Dec 2 21:12:11 xxxxxxx dovecot: auth-worker: Error: *** Error in `dovecot/auth': double free or corruption (fasttop): 0x000055573bb99f70 Is this easy to reproduce? Can you try with valgrind? It will slow down the logins a bit though.
2015 Mar 12
0
Fixing broken UTF-8 handling with MySQL driver
...to use UTF-8 as the default charset on every level (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 think you can also add to /etc/my.cnf : [client] default-character-set = utf8
2019 Jan 10
2
auth core dump
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 #