define('IN_DEV', 0);
/* Remote archive DB - complete these details if you\'re using a remote DB for the post archive.
If content has already been archived in the local DB, this will need transferring and will not be done automatically. */
$INFO['archive_remote_sql_host'] = '';
$INFO['archive_remote_sql_database'] = '';
$INFO['archive_remote_sql_user'] = '';
$INFO['archive_remote_sql_pass'] = '';
$INFO['archive_remote_sql_charset'] = '';
# Name Type Collation Attributes Null Default Extra Action
1 session_id varchar(32) latin1_swedish_ci No Change Drop More
2 session_member_id int(10) No 0 Change Drop More
3 session_member_key varchar(32) latin1_swedish_ci No Change Drop More
4 session_start_time int(10) No 0 Change Drop More
5 session_current_time int(10) No 0 Change Drop More
6 session_ip_address varchar(46) latin1_swedish_ci No Change Drop More
7 session_section varchar(32) latin1_swedish_ci No Change Drop More
8 session_post text latin1_swedish_ci Yes NULL Change Drop More
9 session_get text latin1_swedish_ci Yes NULL Change Drop More
10 session_data text latin1_swedish_ci Yes NULL Change Drop More
11 session_extra text latin1_swedish_ci Yes NULL Change Drop More