CREATE TABLE slownik ( id = int NOT NULL AUTO_INCREMENT PRIMARY KEY, haslo = varchar(40) NOT NULL, znaczenie = varchar(255) NOT NULL ) engine = myisam;
tutaj nie podoba mu sie: ;check the manual that corrresponds to your mysql server version for the syntax to use ner 'slownik (
id = int not null auto_increment primary key,
haslo = varchar(40) not null, at line 1
ktos wie jak to rozwiazac? tabele tworze tak samo jak ta pierwsza wiec raczej wykluczone jest ze cos zle wpisuje