I have a sql command I want to use to connect to my online database
mysql -h your_ddbb_server_ip -u your_user
I've installed MySQL installer 5.5 and ran the program.
After installing I tried running the command from both command prompt and a program called 'MySQL 5.5 Command Line Client'.
Neither program responded to the command.
How and where do I run this?
PATH? If not, that would likely be why it isn't working from the command line.