Hello yall. I have signed up with TCH a bit ago and so far I'm very happy. Though I have hit a small snag. This is my frist time working with a multipule DB hosting center. So I'm trying to make a DB for a blogger and I get the following error:
Perl $dbh = DBI->connect("DBI:mysql:torranc2_bplog:localhost","torranc2_admin","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "torranc2_admin", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("torranc2_bplog");
Now, I'm a bit SQL stupid so I followed the visual walk through that they have on setting one of these and I did the 3 steps. Make DB, Make User and Place user in DB with its rights. Out side of that I have done nothing else.
Any ideas?
thank you