PLAINTEXT
mysql

or:

PLAINTEXT
/usr/local/mysql/bin/mysql

Your shell prompt should now look like this:

PLAINTEXT
mysql>

Run this command:

SQL
GRANT ALL PRIVILEGES ON *.* TO USERNAME@IP IDENTIFIED BY "PASSWORD";
PLAINTEXT
FLUSH PRIVILEGES;

Was this worth your time?