Forum Moderators: open
CREATE TABLE IF NOT EXISTS data (system_access tinyint not null default 2, system_date timestamp, system_offset varchar(50) not null, system_title varchar(50) not null default 'Untitled')
Worked for me directly through phpmyadmin, but I received an error when trying it with mysql_query. The connection was fine --no error whatsoever. Any ideas?