I think it's much more easier for unexperienced peoples to use a GUI,
because I think you have more overview there.
@linkjoy123: Try to execute this sql commands first:
Before auth_database.sql:
CREATE DATABASE `auth`;
USE `auth`;
and before characters_database.sql:
CREATE DATABASE `characters`;
USE `characters`;