MySQL

Hi,

I have had a support request for something I know absolutely nothing about MySQL!! Can anyone give me any tips with this one?

Here it is...

when i try to
connect to the mySQL db through the perl scripts its producing an
error... do your servers run DBI for connecting to the database, or is
there some other method that I should be using?

current perl script to connect to test DB:
use DBI;
$dbh = DBI->connect
("DBI:mysql:tester_uni_db:localhost","tester_unidb","beer");

???Any help would be appreciated. I am running RedHat and Cpanel if that makes any difference.

Cheers.

 

 

 

 

Top