Access denied for user 'allen712_saccapp'@'localhost' (using password: YES) Access denied for user 'apache'@'localhost' (using password: NO) create table pricezones (
id int(11) not null auto_increment,
zone varchar(12) not null,
prefix varchar(20) not null,
pcodes blob not null,
primary key(id) )
create table pricezones (
id int(11) not null auto_increment,
zone varchar(12) not null,
prefix varchar(20) not null,
pcodes blob not null,
primary key(id) )