Cant install Cant install
 

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

Cant install

Started by brandonm, May 04, 2008, 11:12:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

brandonm

Whenever i try to install i am getting this error


mySQL Error: Access denied for user 'brandon'@'localhost' to database 'mysql' on query ' CREATE TABLE IF NOT EXISTS gallery_sessions ( session_id varchar(40) NOT NULL default '', user_id int(11) default '0', time int(11) default NULL, remember int(1) default '0', PRIMARY KEY (session_id) ) TYPE=MyISAM COMMENT='Used to store sessions''

Nibbler

You need to provide the installer with valid mysql information. We can't tell you what that is - you need to set it up yourself or get your host to help you. The mysql user needs to have the CREATE privilege to be able to create the database tables.