-- MySQL dump 10.11 -- -- Host: localhost Database: JSBoard -- ------------------------------------------------------ -- Server version 5.0.37 /*!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 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `free` -- DROP TABLE IF EXISTS `free`; CREATE TABLE `free` ( `no` int(6) NOT NULL auto_increment, `num` int(6) NOT NULL default '0', `idx` int(6) NOT NULL default '0', `date` int(11) NOT NULL default '0', `host` tinytext, `name` tinytext, `rname` tinytext, `passwd` varchar(56) default NULL, `email` tinytext, `url` tinytext, `title` tinytext, `text` mediumtext, `refer` int(6) NOT NULL default '0', `reyn` int(1) NOT NULL default '0', `reno` int(6) NOT NULL default '0', `rede` int(6) NOT NULL default '0', `reto` int(6) NOT NULL default '0', `html` int(1) NOT NULL default '1', `comm` int(6) NOT NULL default '0', `bofile` varchar(100) default NULL, `bcfile` varchar(100) default NULL, `bfsize` int(4) default NULL, PRIMARY KEY (`no`), KEY `no` (`no`), KEY `num` (`num`), KEY `idx` (`idx`), KEY `reno` (`reno`), KEY `date` (`date`), KEY `reto` (`reto`), KEY `comm` (`comm`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `free` -- LOCK TABLES `free` WRITE; /*!40000 ALTER TABLE `free` DISABLE KEYS */; /*!40000 ALTER TABLE `free` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `free_comm` -- DROP TABLE IF EXISTS `free_comm`; CREATE TABLE `free_comm` ( `no` int(6) NOT NULL auto_increment, `reno` int(20) NOT NULL default '0', `rname` tinytext, `name` tinytext, `passwd` varchar(56) default NULL, `text` mediumtext, `host` tinytext, `date` int(11) NOT NULL default '0', PRIMARY KEY (`no`), KEY `parent` (`reno`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `free_comm` -- LOCK TABLES `free_comm` WRITE; /*!40000 ALTER TABLE `free_comm` DISABLE KEYS */; /*!40000 ALTER TABLE `free_comm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `test` -- DROP TABLE IF EXISTS `test`; CREATE TABLE `test` ( `no` int(6) NOT NULL auto_increment, `num` int(6) NOT NULL default '0', `idx` int(6) NOT NULL default '0', `date` int(11) NOT NULL default '0', `host` tinytext, `name` tinytext, `rname` tinytext, `passwd` varchar(56) default NULL, `email` tinytext, `url` tinytext, `title` tinytext, `text` mediumtext, `refer` int(6) NOT NULL default '0', `reyn` int(1) NOT NULL default '0', `reno` int(6) NOT NULL default '0', `rede` int(6) NOT NULL default '0', `reto` int(6) NOT NULL default '0', `html` int(1) NOT NULL default '1', `comm` int(6) NOT NULL default '0', `bofile` varchar(100) default NULL, `bcfile` varchar(100) default NULL, `bfsize` int(4) default NULL, PRIMARY KEY (`no`), KEY `no` (`no`), KEY `num` (`num`), KEY `idx` (`idx`), KEY `reno` (`reno`), KEY `date` (`date`), KEY `reto` (`reto`), KEY `comm` (`comm`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `test` -- LOCK TABLES `test` WRITE; /*!40000 ALTER TABLE `test` DISABLE KEYS */; /*!40000 ALTER TABLE `test` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `test_comm` -- DROP TABLE IF EXISTS `test_comm`; CREATE TABLE `test_comm` ( `no` int(6) NOT NULL auto_increment, `reno` int(20) NOT NULL default '0', `rname` tinytext, `name` tinytext, `passwd` varchar(56) default NULL, `text` mediumtext, `host` tinytext, `date` int(11) NOT NULL default '0', PRIMARY KEY (`no`), KEY `parent` (`reno`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `test_comm` -- LOCK TABLES `test_comm` WRITE; /*!40000 ALTER TABLE `test_comm` DISABLE KEYS */; /*!40000 ALTER TABLE `test_comm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `userdb` -- DROP TABLE IF EXISTS `userdb`; CREATE TABLE `userdb` ( `no` int(6) NOT NULL auto_increment, `nid` varchar(100) NOT NULL default '', `name` varchar(100) NOT NULL default '', `email` tinytext NOT NULL, `url` tinytext NOT NULL, `passwd` varchar(100) NOT NULL default '', `position` int(1) NOT NULL default '0', PRIMARY KEY (`no`), UNIQUE KEY `nid` (`nid`), KEY `no` (`no`), KEY `name` (`name`), KEY `position` (`position`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -- -- Dumping data for table `userdb` -- LOCK TABLES `userdb` WRITE; /*!40000 ALTER TABLE `userdb` DISABLE KEYS */; INSERT INTO `userdb` VALUES (1,'mnnclub','admin','mnnclub@gmail.com','','$1$dpUljuZQ$GCvZxIWDg6.AAjTZCm1VT0',1); /*!40000 ALTER TABLE `userdb` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!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 */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2021-06-08 8:40:34