How to run mysql commands from terminal on a MAMP install?

后端 未结 1 446
别那么骄傲
别那么骄傲 2020-12-18 17:50

I just installed mamp (xampp) from the mamp.info page and it is working on my mac (both apache, php, phpmyadmin, and mysql). The only problem is when i try to run



        
相关标签:
1条回答
  • 2020-12-18 18:07

    Put this at the end of your .bash_profile script (create it if it doesn't already exist):

    export PATH=$PATH:/Applications/MAMP/Library/bin
    
    0 讨论(0)
提交回复
热议问题