coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: brandonm on May 04, 2008, 11:12:11 PM

Title: Cant install
Post by: brandonm on May 04, 2008, 11:12:11 PM
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''
Title: Re: Cant install
Post by: Nibbler on May 05, 2008, 12:04:31 AM
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.