CREATE USER 'algebra'@'localhost' IDENTIFIED BY 'algebra1234@@';
GRANT ALL PRIVILEGES ON boonbae.* TO 'algebra'@'localhost';
FLUSH PRIVILEGES;