|
Hey there,
i was going to write a new path to MySQL into the .profile document on my Mac, so that i can access MySQL simply through typing 'mysql' into the command line and not having to write the whole path each time. Here is what i wrote in .profile:
PATH=$PATH:/Application/MAMP/Library/bin/
export PATH
But i made a spelling mistake in the path, and now it seems that i can't change it in the .profile document anymore. I would always get this error msg in terminal:
Last login: Sat Sep 12 11:32:36 on ttys000
You have new mail.
-bash: export: `/Application/MAMP/Library/bin': not a valid identifier
110:~ appleuser$ mysql
-bash: mysql: command not found
110:~ appleuser$
Is there a way to get that changed?
Thanks so much for your help!
honorfield
__________________
It's all happening for a reason.
Last edited by honorfield; 09-12-2009 at 12:36 AM..
|