coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: wolliewonka on May 17, 2008, 02:45:28 PM

Title: [Solved]: problems with MySQL
Post by: wolliewonka on May 17, 2008, 02:45:28 PM
I am trying to install Coppermine but i cant get it work  :(

This is my problem!!

QuotemySQL Error: Table 'cpg14x_albums' already exists on query ' CREATE TABLE cpg14x_albums ( aid int(11) NOT NULL auto_increment, title varchar(255) NOT NULL default '', description text NOT NULL, visibility int(11) NOT NULL default '0', uploads enum('YES','NO') NOT NULL default 'NO', comments enum('YES','NO') NOT NULL default 'YES', votes enum('YES','NO') NOT NULL default 'YES', pos int(11) NOT NULL default '0', category int(11) NOT NULL default '0', thumb int(11) NOT NULL default '0', keyword VARCHAR( 50 ), alb_password VARCHAR( 32 ), alb_password_hint TEXT, PRIMARY KEY (aid), KEY alb_category (category) ) TYPE=MyISAM COMMENT='Used to store albums''

can somebody help me what to do??


Greetz Wollie
Title: Re: problems with MySQL
Post by: François Keller on May 17, 2008, 02:48:03 PM
it seems you have already install coppermine on your database (you have coppermine tables in it).
If you try to make a fresh install, delete all olds coppermine tables from your database, if you are trying to update your galery, follow the update steps describe in the doc
Title: Re: problems with MySQL
Post by: wolliewonka on May 17, 2008, 03:06:07 PM
thx for the fast reply ;) yeah i had coppermine installed bu not check the database. After i deleted this and installed it again it's working!!


Thank you very much!!!