wrzucilem na platna strone nuka:
Jest bol baza danych tylko postgresql
tydzien bawilem sie z zainstalowanie a teraz nie umiem aktywowac bazy

ktos moze pomoc ktos kto wie cos o postgreSQL

czesc komuniktu po uruchomieniu nuke.sql na strone
Dodam ze strona mi sie pokazuje ale nie moge utworzyc zadnego konta nawet admina -przypuszczam ze to brak stworzenia bazy

------------------------------------------------------------------ -- My2Pg 1.23 translated dump -- ------------------------------------------------------------------ BEGIN; -- -- Sequences for table NUKE_ACCESS -- CREATE SEQUENCE nuke_access_access_id_seq; -- MySQL dump 8.14 -- -- Host: localhost Database: nuke ---------------------------------------------------------- -- Server version 3.23.41 -- -- Table structure for table 'nuke_access' -- CREATE TABLE nuke_access ( access_id INT4 DEFAULT nextval('nuke_access_access_id_seq'), access_title varchar(20) DEFAULT NULL, PRIMARY KEY (access_id) ); -- -- Dumping data for table 'nuke_access' -- INSERT INTO nuke_access VALUES (-1,'Deleted'); INSERT INTO nuke_access VALUES (1,'User'); INSERT INTO nuke_access VALUES (2,'Moderator'); INSERT INTO nuke_access VALUES (3,'Super Moderator'); INSERT INTO nuke_access VALUES (4,'Administrator'); -- -- Table structure for table 'nuke_authors' -- CREATE TABLE nuke_authors ( aid varchar(25) NOT NULL DEFAULT '', name varchar(50) DEFAULT NULL, url varchar(255) NOT NULL DEFAULT '', email varchar(255) NOT NULL DEFAULT '', pwd varchar(40) DEFAULT NULL, counter INT4 NOT NULL DEFAULT '0', radminarticle INT2 NOT NULL DEFAULT '0', radmintopic INT2 NOT NULL DEFAULT '0', radminuser INT2 NOT NULL DEFAULT '0', radminsurvey INT2 NOT NULL DEFAULT '0', radminsection INT2 NOT NULL DEFAULT '0', radminlink INT2 NOT NULL DEFAULT '0', radminephem INT2 NOT NULL DEFAULT '0', radminfaq INT2 NOT NULL DEFAULT '0', radmindownload INT2 NOT NULL DEFAULT '0', radminreviews INT2 NOT NULL DEFAULT '0', radminnewsletter INT2 NOT NULL DEFAULT '0', radminforum INT2 NOT NULL DEFAULT '0', radmincontent INT2 NOT NULL DEFAULT '0', radminency INT2 NOT NULL DEFAULT '0', radminsuper INT2 NOT NULL DEFAULT '1', admlanguage varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (aid) ); -- -- Dumping data for table 'nuke_authors' -- -- -- Table structure for table 'nuke_autonews' -- -- -- Sequences for table NUKE_AUTONEWS -- CREATE SEQUENCE nuke_autonews_anid_seq; CREATE TABLE nuke_autonews ( anid INT4 DEFAULT nextval('nuke_autonews_anid_seq'), catid INT4 [/b]dzieki