Access denied for user 'allen712_saccapp'@'localhost' (using password: YES) Access denied for user 'apache'@'localhost' (using password: NO) create table deliveryfees (
id int(11) not null auto_increment,
client_acctno varchar(12) not null,
chart int(1) not null,
svc int(3) not null,
zonefrom varchar(12) not null,
zoneto varchar(12) not null,
price varchar(12) not null,
client_vadjust char(1) not null,
primary key(id) )
create table deliveryfees (
id int(11) not null auto_increment,
client_acctno varchar(12) not null,
chart int(1) not null,
svc int(3) not null,
zonefrom varchar(12) not null,
zoneto varchar(12) not null,
price varchar(12) not null,
client_vadjust char(1) not null,
primary key(id) )