Thanks for the quick reply. Also, nice avatar. ;)
CREATE TABLE IF NOT EXISTS `zootland_login`.`users` (
`user_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'auto incrementing user_id of each user, unique index',
`user_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL COMMENT 'user''s name...