0 notes June 17, 2010 CREATE USER ‘tiago_user’@’%’ IDENTIFIED BY ‘xxx’; GRANT ALL PRIVILEGES ON tiago_db.* TO ‘tiago_user’@’%’ WITH GRANT OPTION;