I had a “disaster recovery” company restore my server’s hard drive. I had recovered everything from backups except the var/lib/mysql directory of root.
I had a number of databases in root on the old server, that were used by multiple domains.
I have moved one of those recovered databases to the root directory of a my new server. I am having trouble getting the database to integrate.
The database shows up fine on phpmyadmin, but when used on the site, I get Warning: mysql_connect() fu…