Access denied for user 'allen712_saccapp'@'localhost' (using password: YES) Access denied for user 'apache'@'localhost' (using password: NO) create table addrbook (
id int(11) not null auto_increment,
client int(11) not null,
name varchar(30) not null,
addr tinytext not null,
postalcode varchar(10) not null,
zone varchar(12) not null,
attn varchar(30) not null,
phone varchar(20) not null,
fax varchar(20) not null,
alt_phone varchar(20) not null,
email varchar(80) not null,
comments tinytext not null,
owner char(12) not null,
primary key(id) )
create table addrbook (
id int(11) not null auto_increment,
client int(11) not null,
name varchar(30) not null,
addr tinytext not null,
postalcode varchar(10) not null,
zone varchar(12) not null,
attn varchar(30) not null,
phone varchar(20) not null,
fax varchar(20) not null,
alt_phone varchar(20) not null,
email varchar(80) not null,
comments tinytext not null,
owner char(12) not null,
primary key(id) )