2

I realized I couldn't install mysql workbench on my macosx 10.5.8 and I had no other solution but to use mysql command line on the operating system. Here is how I started to use mysql command line on MAMP if anyone found that useful I'm answering my own question to be helpful.

1 Answer 1

2
    cd /Applications/MAMP/Library/bin

then issue

    ./mysql -u root -p

Enter password: 

mysql> 
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.