MySQL Forums
Forum List  »  Newbie

Re: Uninstall MySQL on OS X
Posted by: Chris von Rabenau
Date: May 20, 2005 10:34AM

1) you may have several versions installed, but only one can typically run at a time, so you only need to do shutdown once.

2) tcsh is the default shell in mac os x's terminal. To check with shell you are running, type 'echo $SHELL' at the terminal command prompt. If it says '/bin/tcsh' then you are running tcsh. It it does, you can add an alias. This is done by edtiing a file in your home directory (it is hidden) called .tcshrc. Just add the following to that file (without the 's):

alias mysqld './bin/mysqld_safe --user=mysql &'

The next time you open a terminal window you will have the alias running. Simple as that

Options: ReplyQuote


Subject
Written By
Posted
April 16, 2005 10:12AM
April 17, 2005 01:39PM
April 17, 2005 03:37PM
April 19, 2005 07:39PM
May 01, 2005 12:44AM
May 19, 2005 08:12AM
May 20, 2005 06:22AM
Re: Uninstall MySQL on OS X
May 20, 2005 10:34AM
May 23, 2005 08:06AM


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.