Access denied for user 'allen712_saccapp'@'localhost' (using password: YES)
Access denied for user 'apache'@'localhost' (using password: NO)
insert into addrbook
( id,
client,
name,
addr,
attn,
phone,
fax,
alt_phone,
email,
comments,
owner )
values
( '1',
'1',
'Test guy',
'aaa',
'bbb',
'123-456-7890',
'234-567-8901',
'345-678-9012',
'contact@courier-connex.com',
'comments',
'' )
insert into addrbook
( id,
client,
name,
addr,
attn,
phone,
fax,
alt_phone,
email,
comments,
owner )
values
( '1',
'1',
'Test guy',
'aaa',
'bbb',
'123-456-7890',
'234-567-8901',
'345-678-9012',
'contact@courier-connex.com',
'comments',
'' )