> I changed "Apache::Session::DBI" to "Apache::Session::MySQL" and tried > again.
What's the version number of your Apache::Session? It should be 1.54.
> 42: tie %session, 'Apache::Session::DBI',
> 43: {DataSource => "dbi:$db_driver:sessions:$db_address"};
With Apache::Session::MySQL, the docs say you should be passing the user
name and password.
- Perrin
