Gdy chcę utworzyć tabelę wywala mi błąd:
ERROR 1064 (42000): You have an error in your SQL sytax; chek the manual that corresponds to your MySQL server version for the right syntax to use near 'PRIMARY_KEY, tekst TEXT) DEFAULT CHARACTER SET utf8' at line 2
Polecenie jakie wpisuje to:
CREATE TABLE aaa ( id INT NOT NULL AUTO_INCREMENT PRIMARY_KEY, tekst TEXT ) DEFAULT CHARACTER SET utf8;