Re: MySQL and Macs

2004-06-30 Thread Matt MacLeod
Marc Liyanage has taken much of the effort out of php and mysql  
installation for the mac.

 http://www.entropy.ch/software/welcome.html

On 30 Jun 2004, at 04:41, Kieran Kelleher wrote:
Mac OS X is well supported by MySQL. MySQL is even preinstalled in Mac  
OS X Server, although we choose to ignore the OS X Server installation  
in favor of installing the binary so that development and servers all  
have the MySQL files in the same paths. Developers in our company run  
MySQL on our Powerbooks and we have a dedicated master XServe running  
MySQL with another XServe acting as a slave replicating to the master.

It is easy to install. Here are my installation notes for Panther (OS  
X 10.3)

http://homepage.mac.com/kelleherk/iblog/C711669388/E733468496/ 
index.html

The www.mysql.com site has information on Mac OS X too aswell as the  
read me file in the download.

Once you are up and running, I recommend CocoaMySQL as a complementary  
GUI (note complementary, you still need to do stuff on the command  
line ... easy after a little while) if you are still learning  
MySQL command line.

-Kieran
On Jun 29, 2004, at 9:14 PM, Jim Carwardine wrote:
Im new to the list and new to mySQL.  Im a Mac user and would like  
to set
up a DB on my Mac.  When I look at the MySQL web site, I cant seem  
to find
any info on what hardware can be used.  Can mySQL be run on a Mac?   
If so,
what do I need to know about how to set it up?  Can anyone point me  
to a
setup procedure?   Jim
--

OYF is... Highly resourceful people working together.
http://www.OwnYourFuture-net.com
Own Your Future Consulting Services Limited,
1959 Upper Water Street, Suite 407, Halifax, Nova Scotia. B3J 3N2
Info Line: 902-823-2477, Phone: 902-823-2339. Fax: 902-823-2139



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: 
http://lists.mysql.com/[EMAIL PROTECTED]


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: MySQL and Macs

2004-06-30 Thread Jim Carwardine
Thanks so much to everyone for all your help... Jim

on 6/29/04 11:31 PM, Paul DuBois wrote:

 At 22:14 -0300 6/29/04, Jim Carwardine wrote:
 I'm new to the list and new to mySQL.  I'm a Mac user and would like to set
 up a DB on my Mac.  When I look at the MySQL web site, I can't seem to find
 any info on what hardware can be used.  Can mySQL be run on a Mac?  If so,
 what do I need to know about how to set it up?  Can anyone point me to a
 setup procedure?   Jim
 
 You need Mac OS X, not Mac OS.
 
 http://dev.mysql.com/doc/mysql/en/Installing.html
 http://dev.mysql.com/doc/mysql/en/Mac_OS_X_installation.html

-- 

OYF is... Highly resourceful people working together.
http://www.OwnYourFuture-net.com

Own Your Future Consulting Services Limited,
1959 Upper Water Street, Suite 407, Halifax, Nova Scotia. B3J 3N2
Info Line: 902-823-2477, Phone: 902-823-2339. Fax: 902-823-2139




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



MySQL and Macs

2004-06-29 Thread Jim Carwardine
I¹m new to the list and new to mySQL.  I¹m a Mac user and would like to set
up a DB on my Mac.  When I look at the MySQL web site, I can¹t seem to find
any info on what hardware can be used.  Can mySQL be run on a Mac?  If so,
what do I need to know about how to set it up?  Can anyone point me to a
setup procedure?   Jim
-- 

OYF is... Highly resourceful people working together.
http://www.OwnYourFuture-net.com

Own Your Future Consulting Services Limited,
1959 Upper Water Street, Suite 407, Halifax, Nova Scotia. B3J 3N2
Info Line: 902-823-2477, Phone: 902-823-2339. Fax: 902-823-2139






Re: MySQL and Macs

2004-06-29 Thread Paul DuBois
At 22:14 -0300 6/29/04, Jim Carwardine wrote:
I'm new to the list and new to mySQL.  I'm a Mac user and would like to set
up a DB on my Mac.  When I look at the MySQL web site, I can't seem to find
any info on what hardware can be used.  Can mySQL be run on a Mac?  If so,
what do I need to know about how to set it up?  Can anyone point me to a
setup procedure?   Jim
You need Mac OS X, not Mac OS.
http://dev.mysql.com/doc/mysql/en/Installing.html
http://dev.mysql.com/doc/mysql/en/Mac_OS_X_installation.html
--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: MySQL and Macs

2004-06-29 Thread rich allen
iH
any machine running OS X can run MySQL,
this link http://dev.mysql.com/downloads/mysql/4.0.html has a Mac OS X 
version with a package installer

- hcir
On Jun 29, 2004, at 5:14 PM, Jim Carwardine wrote:
Im new to the list and new to mySQL.  Im a Mac user and would like 
to set
up a DB on my Mac.  When I look at the MySQL web site, I cant seem to 
find
any info on what hardware can be used.  Can mySQL be run on a Mac?  If 
so,
what do I need to know about how to set it up?  Can anyone point me to 
a
setup procedure?   Jim
--

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: MySQL and Macs

2004-06-29 Thread Kieran Kelleher
Mac OS X is well supported by MySQL. MySQL is even preinstalled in Mac 
OS X Server, although we choose to ignore the OS X Server installation 
in favor of installing the binary so that development and servers all 
have the MySQL files in the same paths. Developers in our company run 
MySQL on our Powerbooks and we have a dedicated master XServe running 
MySQL with another XServe acting as a slave replicating to the master.

It is easy to install. Here are my installation notes for Panther (OS X 
10.3)

http://homepage.mac.com/kelleherk/iblog/C711669388/E733468496/index.html
The www.mysql.com site has information on Mac OS X too aswell as the 
read me file in the download.

Once you are up and running, I recommend CocoaMySQL as a complementary 
GUI (note complementary, you still need to do stuff on the command line 
... easy after a little while) if you are still learning MySQL 
command line.

-Kieran
On Jun 29, 2004, at 9:14 PM, Jim Carwardine wrote:
Im new to the list and new to mySQL.  Im a Mac user and would like 
to set
up a DB on my Mac.  When I look at the MySQL web site, I cant seem to 
find
any info on what hardware can be used.  Can mySQL be run on a Mac?  If 
so,
what do I need to know about how to set it up?  Can anyone point me to 
a
setup procedure?   Jim
--

OYF is... Highly resourceful people working together.
http://www.OwnYourFuture-net.com
Own Your Future Consulting Services Limited,
1959 Upper Water Street, Suite 407, Halifax, Nova Scotia. B3J 3N2
Info Line: 902-823-2477, Phone: 902-823-2339. Fax: 902-823-2139



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]