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


Access denied for user 'apache'@'localhost' (using password: NO)
create table clientnotes ( id int(11) not null auto_increment, acctno varchar(12) not null, date date not null, note tinytext not null, enteredby varchar(12) not null, primary key(id) )
create table clientnotes ( id int(11) not null auto_increment, acctno varchar(12) not null, date date not null, note tinytext not null, enteredby varchar(12) not null, primary key(id) )