Servern funkar nog bra, tror jag. Men jag misstänker att det är fel på klienten (MySQL Query Browser).
Försöker iallafall att få till följande:
Kod: Markera allt
CREATE TABLE `test`.`test` (
`test` varchar NOT NULL
)
ENGINE = MyISAM;
Kod: Markera allt
Error executing SQL commands to create table.
MySQL Error Nr. 1064
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 'NOT NULL
)
ENGINE = MyISAM' at line 2
1. http://pici.se/pictures/BsGjlLpAt.png
2. http://pici.se/pictures/ffwSXmVAE.png
Någon idé om vad som är fel?