View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 10:05 AM
james.walker72@gmail.com
 
Posts: n/a
Default Re: Installing MySQL on MAC OS X

On Feb 2, 10:08 pm, "SpreadTooThin" <bjobrie...@gmail.com> wrote:
> I just installed MySQL on my MAC.
> I tried to run mysql but it seems that the installation packages did
> nothing to add it to my path...
> So what environment variables should I set to have mysql installed
> properly?
>
> computer:~ user$ sudo find / -name mysql -print
> Password:
> /usr/local/mysql
> /usr/local/mysql-standard-5.0.27-osx10.4-powerpc/bin/mysql
> /usr/local/mysql-standard-5.0.27-osx10.4-powerpc/data/mysql
> /usr/local/mysql-standard-5.0.27-osx10.4-powerpc/share/mysql
>
> my shell is bash.....
>
> B.


Your best bet would be to go http://www.mamp.info/en/index.php and
download mamp. I was having the same problem.

Reply With Quote