CREATE TABLE sessions ( id char(32) not null primary key, a_session text ); [download]
In reply to Re: Apache::Session::MySQL by btrott in thread Apache::Session::MySQL by astanley