$ sudo mysql mysql> CREATE USER ''@'localhost' IDENTIFIED BY ''; mysql> GRANT ALL PRIVILEGES ON .* TO ''@'localhost'; mysql> quit;