$ mysql -uroot -pmypass > GRANT ALL PRIVILEGES ON *.* TO myuser@localhost.localdomain IDENTIFIED BY 'somepass'; > exit;