[B]GRANT USAGE ON mydb.* to db_user@localhost IDENTIFIED BY 'db_passwd';[/B]
Mate, you gotta login to your mysql server first
Code:[B]mysql[/B] -u [I]username[/I] -p [I]databasename[/I]
And then use the commands provided![]()
First are you the root user when in ssh? Is the server host localhost? Is the port 3306?
Yjose are the defaults and if that is not your setup you will have to login differently.
if that works try this one.mysqladmin version
and if that works try this one..mysqladmin variables
mysqladmin create dbname