fixed a db connection pooling bug thanks to andy

This commit is contained in:
JT Smith 2003-06-15 23:11:18 +00:00
parent d7db5b3573
commit 77e9f32c63

View file

@ -34,9 +34,9 @@ use URI::Escape ();
#----------------------------------------
# Database connectivity.
#----------------------------------------
#use Apache::DBI (); # Uncomment if you want to enable connection pooling. Not recommended on low memory - high traffic systems.
use DBI ();
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.