Did the fact of adding rvm path to the .profile disable the launch of Mysql from the command line.
I’m asking it because i have install the rmv lately and since then I can’t get access to the data base via the $ mysql.
Thanks for the answer
Did the fact of adding rvm path to the .profile disable the launch of
Share
If you followed the installation instructions, then no, RVM should not break mysql. RVM appends itself to your $PATH variable. It does not replace it. (Otherwise, all the system commands would fail)