Unix Technical Forum

Installing MySQL on MAC OS X

This is a discussion on Installing MySQL on MAC OS X within the MySQL forums, part of the Database Server Software category; --> I just installed MySQL on my MAC. I tried to run mysql but it seems that the installation packages ...


Go Back   Unix Technical Forum > Database Server Software > MySQL

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-28-2008, 09:05 AM
SpreadTooThin
 
Posts: n/a
Default Installing MySQL on MAC OS X

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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-28-2008, 09: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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-28-2008, 09:05 AM
SpreadTooThin
 
Posts: n/a
Default Re: Installing MySQL on MAC OS X

On Feb 3, 1:14 pm, james.walke...@gmail.com wrote:
> 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 gohttp://www.mamp.info/en/index.phpand
> download mamp. I was having the same problem.



And this does what? Or is this spam?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-28-2008, 09:05 AM
Jerry Stuckle
 
Posts: n/a
Default Re: Installing MySQL on MAC OS X

SpreadTooThin wrote:
> On Feb 3, 1:14 pm, james.walke...@gmail.com wrote:
>> 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 gohttp://www.mamp.info/en/index.phpand
>> download mamp. I was having the same problem.

>
>
> And this does what? Or is this spam?
>


PMJI here.

Not at all SPAM. A simple way to install Apache, PhP and MySQL on a Mac.

There are similar packages for Windows (WAMP) and Linux (LAMP).
Basically, it has pretty much everything you need and is preconfigured
to install with as little work as possible.

A great way for a beginner to get started.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-28-2008, 09:05 AM
Gary L. Burnore
 
Posts: n/a
Default Re: Installing MySQL on MAC OS X

On Sat, 03 Feb 2007 22:19:21 -0500, Jerry Stuckle
<jstucklex@attglobal.net> wrote:

>SpreadTooThin wrote:
>> On Feb 3, 1:14 pm, james.walke...@gmail.com wrote:
>>> 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 gohttp://www.mamp.info/en/index.phpand
>>> download mamp. I was having the same problem.

>>
>>
>> And this does what? Or is this spam?
>>

>
>PMJI here.
>
>Not at all SPAM. A simple way to install Apache, PhP and MySQL on a Mac.
>
>There are similar packages for Windows (WAMP) and Linux (LAMP).
>Basically, it has pretty much everything you need and is preconfigured
>to install with as little work as possible.
>
>A great way for a beginner to get started.


Only if you use it on a server never intended for public consumption,
never intended to hold "real" data and only intended as a test box
until you can do it right.


--
gburnore at DataBasix dot Com
---------------------------------------------------------------------------
How you look depends on where you go.
---------------------------------------------------------------------------
Gary L. Burnore | ÝÛ³ºÝ³Þ³ºÝ³³Ýۺݳ޳ºÝ³Ý³Þ³ºÝ³ÝÝÛ³
| ÝÛ³ºÝ³Þ³ºÝ³³Ýۺݳ޳ºÝ³Ý³Þ³ºÝ³ÝÝÛ³
Official .sig, Accept no substitutes. | ÝÛ³ºÝ³Þ³ºÝ³³Ýۺݳ޳ºÝ³Ý³Þ³ºÝ³ÝÝÛ³
| ÝÛ 0 1 7 2 3 / Ý³Þ 3 7 4 9 3 0 Û³
Black Helicopter Repair Services, Ltd.| Official Proof of Purchase
================================================== =========================
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-28-2008, 09:05 AM
Jerry Stuckle
 
Posts: n/a
Default Re: Installing MySQL on MAC OS X

Gary L. Burnore wrote:
> On Sat, 03 Feb 2007 22:19:21 -0500, Jerry Stuckle
> <jstucklex@attglobal.net> wrote:
>
>> SpreadTooThin wrote:
>>> On Feb 3, 1:14 pm, james.walke...@gmail.com wrote:
>>>> 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 gohttp://www.mamp.info/en/index.phpand
>>>> download mamp. I was having the same problem.
>>>
>>> And this does what? Or is this spam?
>>>

>> PMJI here.
>>
>> Not at all SPAM. A simple way to install Apache, PhP and MySQL on a Mac.
>>
>> There are similar packages for Windows (WAMP) and Linux (LAMP).
>> Basically, it has pretty much everything you need and is preconfigured
>> to install with as little work as possible.
>>
>> A great way for a beginner to get started.

>
> Only if you use it on a server never intended for public consumption,
> never intended to hold "real" data and only intended as a test box
> until you can do it right.
>
>


Horse hockey. It works fine. There is no difference in downloading the
package vs. the individual products except that you have a default
configuration which will get you started.

Sure, you'll want to change the configuration to suit your particular
purposes. But it saves a lot of work and time and gets you started
quite quickly and easily.

Also, it's a lot better than beating your head against the wall trying
to get all of them installed and talking - like I had to several years ago.

Now I find them all easy to install and configure because I've done it
so many times. But I often still start with LAMP/WAMP because it's a
single download/install. Then reconfigure as necessary. And every one
of my installations is as secure as any other site running the three -
and more secure than a lot.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:20 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com