phpMyAdmin

Hello.
Im following a tutorial, on how to do a mysql driven shoutbox, and I have to create this table:

CREATE ns_shouts (‘id’ INT ( 5 ) NOT NULL AUTO_INCREMENT PRIMARY KEY, ‘name’ VARCHAR ( 259 ) NOT NULL, ‘message’ TEST NOT NULL );

And I was wondering, how do I create that in phpMyAdmin? … Because I know its possible.
Do I just have to create a database with a name like “Shoutbox” and then put that stuff there?

Thnx in advance!