Benim yazdığım kod çalışıyor açıcası. Sen şu nulled yazılanları bir düzelt ilk başta. Nulled diye bir kod yok hatırladığım kadarı ile artı
MySQL exesinden mi giriyorsun bunları. Use komutu ile db seçtin mi???
C:\
MySQL\bin>
MySQL -u root
Welcome to the
MySQL monitor. Commands end with ; or \g.
Your
MySQL connection id is 6 to
server version: 4.0.20a-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
MySQL> use esem
Database changed
MySQL> CREATE TABLE `a` (`a1` INT (3) UNSIGNED DEFAULT '0')
-> ;
Query OK, 0 rows affected (0.17 sec)
MySQL>