-- MySQL dump 9.11 -- -- Host: localhost Database: uzenet -- ------------------------------------------------------ -- Server version 4.0.24_Debian-10-log -- -- Table structure for table `uzenet` -- CREATE TABLE `uzenet` ( `id` int(11) NOT NULL auto_increment, `nev` varchar(40) default NULL, `datum` datetime NOT NULL default '0000-00-00 00:00:00', `uzenet` text, PRIMARY KEY (`id`) ) TYPE=MyISAM; -- -- Dumping data for table `uzenet` -- INSERT INTO `uzenet` VALUES (43,'2','2005-05-30 19:08:53','3');