Access denied for user 'allen712_saccapp'@'localhost' (using password: YES) Access denied for user 'apache'@'localhost' (using password: NO) create table nextstatus (
id int(11) not null auto_increment,
status int(11) not null,
next int(11) not null,
position tinyint(4) not null,
primary key(id) )
create table nextstatus (
id int(11) not null auto_increment,
status int(11) not null,
next int(11) not null,
position tinyint(4) not null,
primary key(id) )