Hi..
when the database connect for the first time, i run into problems.. when i push "GO!" its says:
Creating tables...
MySQL Query ( CREATE TABLE IF NOT EXISTS albums ( id int(11) NOT NULL auto_increment, folder varchar(255) NOT NULL default '', title varchar(255) NOT NULL default '', desc text, date datetime default NULL, place varchar(255) default NULL, show int(1) NOT NULL default '1', thumb varchar(255) default NULL, sort_type varchar(20) default NULL, sort_order int(11) default NULL, PRIMARY KEY (id), KEY folder (folder) ); ) Failed. Error: CREATE command denied to user: 'anonymous@anonymous.net' for table 'albums'
verify your username and password to access the database.. most likely the user "anonymous" user doesnt have permissions to create tables