CREATE USER 'user_empresa'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON empresa.* TO 'user_empresa'@'localhost'; FLUSH PRIVILEGES;