Thread: Install Problem
View Single Post
Old November 14th, 2004, 01:57 PM   #18 (permalink)
limey
Junior Member
Verified Customer
 
Join Date: Nov 2004
Posts: 4
Ok installation worked.
Here is the solution if you connect to databases like I do.

LEAVE the review or photo post (this case reviewpost) connection as:
$host ="localhost";

when you use the vb database use the connection you do for VB.

in my case it was:
$host_bb="localhost:/var/lib/mysql/mysql.sock";
limey is offline   Reply With Quote