问题
Last night I asked; How to connect mysql to objective c? and i started following the tutorial posted as an answer; I was simply wondering how to login to mysql and run commands from the terminal. I tried
mysql -u root -p
and it said no command found...I know i can create tables in phpmyadmin but id like to use the command line as well. Should i just run the sql queries in phpmyadmin?
来源:https://stackoverflow.com/questions/24977425/how-to-run-mysql-commands-from-terminal