PHP Classes

File: temp.sql

Recommend this page to a friend!
  Classes of Eper Kalman   APC_handler   temp.sql   Download  
File: temp.sql
Role: Auxiliary data
Content type: text/plain
Description: base dump
Class: APC_handler
Store session data in MySQL and in memory with APC
Author: By
Last change:
Date: 12 years ago
Size: 1,374 bytes
 

Contents

Class file image Download
-- phpMyAdmin SQL Dump -- version 3.4.5 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Nov 17, 2011 at 05:50 PM -- Server version: 5.1.53 -- PHP Version: 5.3.5 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `temp` -- -- -------------------------------------------------------- -- -- Table structure for table `loggeds` -- CREATE TABLE IF NOT EXISTS `loggeds` ( `SID` char(32) COLLATE utf8_unicode_ci NOT NULL, `user` varchar(21) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`SID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sessions` -- CREATE TABLE IF NOT EXISTS `sessions` ( `SID` char(32) COLLATE utf8_unicode_ci NOT NULL, `expiration` int(11) NOT NULL, `value` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`SID`), KEY `expiration` (`expiration`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;