1
Hi all,
I just tried to instal XOOPS 2.0.10 unto a linux sever and got a "Could not connect to the database server error"
The same thing happen to me when installing an other CMS and I fixed the problem by using the following connection string that my isp said I should use:
$dbh=mysql_connect ("localhost", "USER_NAME", "
") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("DATABASE_NAME");
I was going to try the same solution with xoops, but I cannot figure out where to place it.
Thanks in advance.