coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: Jared5755 on March 07, 2011, 06:25:31 PM

Title: Host Provider Renamed All My Database Tables
Post by: Jared5755 on March 07, 2011, 06:25:31 PM
It's a long story, but my hosting service decided to rename all my database tables.  They prepended my username to the names.

Instead of "tablename" it's not "myname_tablename".  So my gallery no longer works...obviously.

Is there a master file I can go into and update the names of the tables so the scripts can access them?

Thank you.
Title: Re: Host Provider Renamed All My Database Tables
Post by: François Keller on March 07, 2011, 06:34:49 PM
yes, the includes/config.inc.php file ...
Title: Re: Host Provider Renamed All My Database Tables
Post by: Jared5755 on March 07, 2011, 06:38:30 PM
Wow, that was a quick reply!  That looks like what I need.  I'll give it a go.

Thanks.