MySQL Forums
Forum List  »  Newbie

How to handle multiple MySQL installations for database design, and web development
Posted by: Trevor Pan
Date: August 28, 2018 09:23PM

Hi,

I've installed MySQL Workbench and am working through Paul Dubois' book.

In addition, I'm starting a web project using Laravel Valet. The tutorials suggest using Sequel Pro.

How do you handle having a MySQL install for Workbench and an install for another program?

Every time I try to login, the server of one install prevents access to the other. I tried aliases:

So in ~/.bashrc

alias mysqltest="mysql -S /path/to/testdbserver.sock"
alias mysql="mysql -S /path/to/Workbenchserver.sock"

However, things are always crossed up.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.