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
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