Connecting to MySQL from an apache module using C API

2002-05-03 Thread Robert Vetter
Hello, I have problems with connecting to a mysql database. I use a global MYSQL handle in the module. The connection is created in module_child_init() function and closed in module_child_exit(). It seems, that the connection works only for the first request after apache has been restarted. A

Connecting to MySQL from an apache module using C API

2002-05-03 Thread Robert Vetter
Hello, I have problems with connecting to a mysql database. I use a global MYSQL handle in the module. The connection is created in module_child_init() function and closed in module_child_exit(). It seems, that the connection works only for the first request after apache has been restarted. A