Hello,
As I was setting this up, I read the config file saying its best that photopost install'd in the same database as
VB... however Ive installed it into a seperate database, is this really neccessary to have it in the same?? I could I suppose but Ill need to set a new prefix so it doesnt conflict with the existing PP that was there originally
The
VB database is very large, 123 tables total, and already has a previous PP install but the upgrade failed miserably so were wanting to just install it as new and go from there, but when I try to run
http://www.z28.com/gallery/inc_photopost.php I recieve that error.
The config
$link = mysql_connect (localhost, zackman_photo1, XXXXX) or die('I cannot connect to the database.');
mysql_select_db ("pp_database")or die("Could not select photopost database");
// If your table has a prefix, put it here
$pp_db_prefix = "photopost2_";
mysql> SHOW DATABASES;
+-------------------+
| Database |
+-------------------+
| eximstats |
| horde |
| jason_deafdomain |
| mail |
| modree |
| modree_deafdomain |
| mysql |
| test |
| zackman |
| zackman_gallery |
| zackman_photopost |
| zackman_z28 |
+-------------------+
12 rows in set (0.00 sec)
What am I missing ? Thanks for any help