Access denied for user 'allen712_saccapp'@'localhost' (using password: YES)


Access denied for user 'apache'@'localhost' (using password: NO)
create table emaillog ( id int(11) not null auto_increment, date_time datetime not null, mailto varchar(60) not null, mailfrom varchar(60) not null, subject varchar(80) not null, body varchar(100) not null, orderid integer(11) not null, acctno varchar(12) not null, driver varchar(12) not null, event varchar(40) not null, sentfrom varchar(40) not null, sentto varchar(40) not null, primary key(id) )
create table emaillog ( id int(11) not null auto_increment, date_time datetime not null, mailto varchar(60) not null, mailfrom varchar(60) not null, subject varchar(80) not null, body varchar(100) not null, orderid integer(11) not null, acctno varchar(12) not null, driver varchar(12) not null, event varchar(40) not null, sentfrom varchar(40) not null, sentto varchar(40) not null, primary key(id) )