Hi!
I have the next file: create_mysql.sql
DROP DATABASE IF EXISTS playence_media; CREATE DATABASE playence_media; USE playence_media;
GRANT ALL PRIVILEGES ON . TO 'media'@'localhost' IDENTIFIED BY 'media' WITH GRANT OPTION;
But I don't know how to create this database. I would like to do it with my terminal, no other graphics interfaces. Thanks