you have to put your database name at the first field.
i forgot to put that at the message..
you did the SHOW DATABASES and it showed to you this :
qncqnc_db1
so you copy that name there and put at the second field the commands.
CREATE TABLE teste(teste varchar(10));
SHOW TABLES;
EXPLAIN teste; (to show you the fields of your table teste)
i dont know if it is the problem but... i did this way and worked
