Access denied for user 'allen712_saccapp'@'localhost' (using password: YES) Access denied for user 'apache'@'localhost' (using password: NO) create table cashreceipts (
id int(11) not null auto_increment,
clid int(11) not null,
acctno varchar(12) not null,
ref varchar(30) not null,
link int(11) not null,
date date not null,
paymethod varchar(20) not null,
pymt_amount varchar(12) not null,
ppd char(1) not null,
invoiceno int(11) not null,
applied varchar(12) not null,
primary key(id) )
create table cashreceipts (
id int(11) not null auto_increment,
clid int(11) not null,
acctno varchar(12) not null,
ref varchar(30) not null,
link int(11) not null,
date date not null,
paymethod varchar(20) not null,
pymt_amount varchar(12) not null,
ppd char(1) not null,
invoiceno int(11) not null,
applied varchar(12) not null,
primary key(id) )