# phpMyAdmin MySQL-Dump # version 2.2.3 # http://phpwizard.net/phpMyAdmin/ # http://phpmyadmin.sourceforge.net/ (download page) # # Host: localhost # Generation Time: Feb 14, 2002 at 06:25 PM # Server version: 3.23.36 # PHP Version: 4.1.0 # Database : `bandwidthmeter` # -------------------------------------------------------- # # Table structure for table `readings` # CREATE TABLE readings ( date timestamp(14) NOT NULL, speed float NOT NULL default '0', ip text NOT NULL, name text NOT NULL ) TYPE=MyISAM;