Help for this page
my $dbh = DBIx::Threaded->connect("DBI:mysql:database=$database;host=$ +host", $user, $password); DBIx::Threaded->dbix_threaded_create_pool(10); ... } }
Thread 43 terminated abnormally: Error:Unexpected db_prepare request: +must be connected to do that.