Usually I do all my table creating through PhpMyAdmin but I have a website on a different server that is only accessible through command prompt. The person who created my MySQL username gave me this command to connect to the database.
mysql -hmysql.ecn.purd ue.edu -Dhfh -uhfh -p
I opened up Terminal in mac and typed it in, just expecting it to work and get this error instead:
-bash: mysql: command not found
Once I connect to the database I know how to create tables and stuff but I'm having trouble connecting hopefully someone can help.
mysql -hmysql.ecn.purd ue.edu -Dhfh -uhfh -p
I opened up Terminal in mac and typed it in, just expecting it to work and get this error instead:
-bash: mysql: command not found
Once I connect to the database I know how to create tables and stuff but I'm having trouble connecting hopefully someone can help.
Comment