Created
December 20, 2013 17:41
-
-
Save alecnunn/8058505 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- phpMyAdmin SQL Dump | |
| -- version 3.4.10.1deb1 | |
| -- http://www.phpmyadmin.net | |
| -- | |
| -- Host: localhost | |
| -- Generation Time: Dec 06, 2013 at 11:08 AM | |
| -- Server version: 5.5.34 | |
| -- PHP Version: 5.3.10-1ubuntu3.8 | |
| SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; | |
| SET time_zone = "+00:00"; | |
| -- | |
| -- Database: `pbnjout` | |
| -- | |
| -- -------------------------------------------------------- | |
| -- | |
| -- Table structure for table `results` | |
| -- | |
| CREATE TABLE IF NOT EXISTS `results` ( | |
| `mid` int(11) NOT NULL, | |
| `ip` varchar(80) NOT NULL, | |
| `hostname` varchar(80) NOT NULL, | |
| `os` varchar(80) NOT NULL, | |
| `80` varchar(45) NOT NULL, | |
| `8080` varchar(45) NOT NULL, | |
| `443` varchar(45) NOT NULL | |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment