How to run mysql commands from terminal? -


Last night I asked; And I started after the tutorial posted as a reply; I was just wondering how to log into mysql and run the command from the terminal. I tried

  mysql -u root -p  

and said that no order was found ... I know that I can create tables in phpmyadmin I like the ID but also use the command line should I just run the sql query in phpmyadmin?


Comments

Popular posts from this blog

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -