fixed a db connection pooling bug thanks to andy
This commit is contained in:
parent
d7db5b3573
commit
77e9f32c63
1 changed files with 1 additions and 1 deletions
|
|
@ -34,9 +34,9 @@ use URI::Escape ();
|
||||||
#----------------------------------------
|
#----------------------------------------
|
||||||
# Database connectivity.
|
# Database connectivity.
|
||||||
#----------------------------------------
|
#----------------------------------------
|
||||||
|
#use Apache::DBI (); # Uncomment if you want to enable connection pooling. Not recommended on low memory - high traffic systems.
|
||||||
use DBI ();
|
use DBI ();
|
||||||
DBI->install_driver("mysql"); # Change to match your database driver.
|
DBI->install_driver("mysql"); # Change to match your database driver.
|
||||||
#use Apache::DBI (); # Uncomment if you want to enable connection pooling. Not recommended on low memory - high traffic systems.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue