CREATE DATABASE profiles;
CREATE USER 'user'@'localhost' IDENTIFIED BY '';
GRANT ALL PRIVILEGES ON profiles.* TO 'user'@'localhost';