[Solved]: problems with MySQL [Solved]: problems with MySQL
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Solved]: problems with MySQL

Started by wolliewonka, May 17, 2008, 02:45:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wolliewonka

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

François Keller

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
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

wolliewonka

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!!!