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''
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.