i have created a database for a scheduler and im having a realy hard time with cpanel
what is the exact info(db name,user,pass,localhost)
here is an old one.
how does this work?
pat_work
Users in work
pat_techker5 (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql  at_work:localhost","pat_techk er5","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "pat_techker5", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("pat_work");
|