How do I install command line MySQL client on mac?

前端 未结 14 2215
失恋的感觉
失恋的感觉 2020-12-22 15:58

I want to install the MySQL client for the command line, not a GUI. I have searched over the web but only found instructions on installing the MySQL server.

14条回答
  •  伪装坚强ぢ
    2020-12-22 16:22

    install MySQLWorkbench, then

    export PATH=$PATH:/Applications/MySQLWorkbench.app/Contents/MacOS
    

提交回复
热议问题