Msql error Msql error
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Msql error

Started by mariamsr, September 30, 2008, 05:10:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mariamsr

mySQL Error: Table 'cpg1419albums' already exists on query ' CREATE TABLE cpg1419albums ( 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''

what should I do?
Thanks,
Maria

mariamsr

Ok, sorry. Now the error is:

MySQL error was : Access denied for user 'mariamsr_ Mary17'@'localhost' (using password: YES)

Joachim Müller

Then review include/config.inc.php, using a plain text editor

Nibbler

You have a space between the underscore and the M. You probably don't want that.