W dniu 27.04.2012 17:44, Sławomir Paszkiewicz napisał(a):
Skorzystalem z najnowszej wersji GIT, strona mielila, mielila i w koncu sie wywalila:
Wystąpiły błędy w obsłudze bazy danych! ZAPYTANIE: CREATE TABLE nodesessions ( id int(11) NOT NULL auto_increment, customerid int(11) NOT NULL DEFAULT 0, nodeid int(11) NOT NULL DEFAULT 0, ipaddr int(16) unsigned NOT NULL DEFAULT 0, mac varchar(17) NOT NULL DEFAULT , start int(11) NOT NULL DEFAULT 0, stop int(11) NOT NULL DEFAULT 0, download bigint DEFAULT 0, upload bigint DEFAULT 0, tag varchar(32) NOT NULL DEFAULT , PRIMARY KEY (id), INDEX customerid (customerid), INDEX nodeid (nodeid), INDEX tag (tag) ) ENGINE=InnoDB BŁĄD: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near , PRIMARY KEY (id), INDEX customerid (customerid), INDEX nodeid (nodeid), at line 11
Poprawione.