# MySQL-Front Dump 1.16 beta # # Host: localhost Database: indivision #-------------------------------------------------------- # Server version 3.23.32-debug # # Table structure for table 'users' # CREATE TABLE users ( id int(5) NOT NULL auto_increment, login varchar(15) DEFAULT '0' , password varchar(15) DEFAULT '0' , PRIMARY KEY (id) );