Doing the following, I am unable to import a MySQL database to ClearDB:
$mysql -u b4587523b48993 -h us-cdbr-iron-east-05.cleardb.net -p heroku_571df93b7623da9 < ./sql/sql_import.php
Whenever I try I get the error
-u: command not found
If I put sudo
in front it says:
sudo: unknown user: b4587523b48993
sudo: unable to initialize policy plugin
Any ideas as to why this is happening?