CREATE USER 'nanum'@'localhost' IDENTIFIED BY 'nanum1234@@';
GRANT ALL PRIVILEGES ON nanum_db.* TO 'nanum'@'localhost';
FLUSH PRIVILEGES;