CREATE TABLE IF NOT EXISTS `cat`(
 `id_cat` int(5) NOT NULL auto_increment,
 `name` text,
 `link` tinytext,
 `opis` text,
 `time` text,
 `date` text,
 PRIMARY KEY (id_cat)
) TYPE=MyISAM DEFAULT CHARSET=cp1251;
 
CREATE TABLE IF NOT EXISTS `config`( 
 `theme` text,
 `reg_on` int(1),
 `login` text,
 `pass` text,
 `message` text,
 `num` text,
 `name` text
) Type=MyISAM DEFAULT CHARSET=cp1251;

INSERT INTO `cat` SET `name`="MOBBAS", `link`="mobas.16mb.com",`opis`="     :)";

INSERT INTO `config` SET `theme`="light",
`reg_on`="0", `login`="Rusya", `pass`="12345",`message`="  !",`num`="5",`name`=" ";/*    */