Recent Topics

1 Sep 22, 2006 03:23    

This is driving me crazy. I have created a new URL for my blog site and installed the database from scratch and I cannot get it to run. This is the message I am getting. I have tried everything I have found in the Posted Topics but no success.

Any help?

Installing b2evolution tables with sample data
Created table «evo_groups»

An unexpected error has occured!
If this error persits, please report it to the administrator.

Go back to home page

Additional information about this error:
MySQL error!

CREATE command denied to user 'daveh_blog'@'web3.onnetsecure.net' for table 'evo_groups'(Errno=1142)

Your query:

CREATE TABLE evo_groups (
grp_ID int(11) NOT NULL auto_increment,
grp_name varchar(50) NOT NULL default '',
grp_perm_admin enum('none','hidden','visible') NOT NULL default 'visible',
grp_perm_blogs enum('user','viewall','editall') NOT NULL default 'user',
grp_perm_stats enum('none','view','edit') NOT NULL default 'none',
grp_perm_spamblacklist enum('none','view','edit') NOT NULL default 'none',
grp_perm_options enum('none','view','edit') NOT NULL default 'none',
grp_perm_users enum('none','view','edit') NOT NULL default 'none',
grp_perm_templates TINYINT NOT NULL DEFAULT 0,
grp_perm_files enum('none','view','add','edit') NOT NULL default 'none',
PRIMARY KEY grp_ID (grp_ID)
)

Dave


Form is loading...