Re: Benchmark differences: Mac OS X - Linux

2003-11-07 Thread David Steinbrunner

The Mac was HFS+ journaled. Disk: the stock Apple-supplied one. The
Linux machine was a default SuSE 8.0 installation. ext2 as the
filesystem? No idea about journaling. No SCSI or RAID, just an
internal IDE disk. Both machines are really consumer-level machines,
no heavy-duty server hardware. That's about all I can tell you, I
really don't know that much about the details of the hardware. Sorry,
not much help here, I know.
Hmm.  The Mac had journaling but the Linux box did not (ext2 is not
journaled).  That could have influenced things too.  I know virtually
nothing about HFS+ journaling.
You can turn off journaling in 10.3 in Disk Utility by going to File 
and selecting  Disable Journaling.  This page has some visuals:
http://diveintoosx.org/panther/disk_management.html

There is a Terminal command that does the same thing that I don't know 
off the top of my head.

--
David Steinbrunner
MFM Communication Software, Inc.
http://www.mfm.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: GUI compiling on OSX

2002-06-04 Thread David Steinbrunner

Luke Sather wrote:
 
 Greetings.  I'd really enjoy having a SQL GUI for my Mac laptop, is it
 likely  that one of BSD sources will compile under OSX?  I haven't
 compiling anything yet, so I thought I'd should ask if it has been
 mentioned before.

Here is a list of many GUI MySQL clients for OS X (not complete
though).  They all vary in feature set and price (including free):

MacSQL
Runtime Labs
http://www.rtlabs.com/

ProSQL
Intelli Innovations
http://www.intellisw.com/prosql/

CocoaSQL
mxcantor technologies
http://homepage.mac.com/mxcantor/

SQLGrinder
Advenio Software
http://www.advenio.com/sqlgrinder/

SQL4X Manager
InterServices
http://www.macosguru.de/packages/SQL4XManager.html

SQLBoss
SQLBoss Inc.
http://www.sqlboss.com/

MySQL Magic
La Chose Interactive
http://www.theinteractivething.com/?menu=productsp=mysqlmagiclng=en

phpMyAdmin
Phpwizard.net
http://www.phpwizard.net/projects/phpMyAdmin/

Webmin
James Cameron
http://www.webmin.com/webmin/index.html

JaneBUILDER
See Jane Code
http://www.seejanecode.com/

Doing a search on VersionTracker for SQL would lead you to most of
these:
http://www.versiontracker.com/macosx/

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: OS X

2002-03-06 Thread David Steinbrunner

Ray wrote:

 I have been going out of 'my' mind.  I am trying to install mysql on a
 Macintosh OS X server.  Can anyone give me instructions on how to do
 this?  I have been to numerous sites with no luck.  We run OS 10.1.2
 server,  I have mySQL 3.23.49 running (from entropy).  During the install I
 had to change the hostname of my server but that seemed easy enough.  The
 reason for the database is for WebEvent calendar software.  Now when I try
 to install the WebEvent software it tells me I need the DBI  module
 installed.  I have tried CPAN, it tells me it can't find make (I am running
 Perl 5.6) and something about MD5 security.  Is there anywhere a program
 that installs all of this in one, easy to use package?  All I am looking
 for is a small database for a school.  Also where can I find information
 about the way my server file system works.  I am not a UNIX person but I do
 need to begin learning.--Ray

It looks as though your install of MySQL went fine.  The problem is your
calendar software relies on perl modules to interface with your
Database.  The primary module it needs is DBI.  If you go to
search.cpan.org and do a search for DBI you will find many things but
DBI-1.21 is what you want.  You will need to download this.  It will be
a good idea to keep all the stuff you download from CPAN in a common
directory.  Untar the file how every you like but you will need the
terminal after that point.  In the terminal cd in the directory that was
untared then run 'perl Makefile.PL'.  At this point you may find some
errors that says other modules are required and you will have to
download and go though this same process before you can install the
module you needed in the first place.  You may also get some questions
asking how to configure the module.  Once that is done run 'make' then
'make test' and 'make install'.  Some modules do not have a test so that
may not produce anything.  If you got this far it should be installed. 
If you are having problems with the make command, you may need to
install the Dev Tools.  If you need more info you can email me directly
at [EMAIL PROTECTED] or ask a newsgroup/mailinglist that is more related
to perl and/or Mac OS X since this is not really a MySQL issue.

-- 
David Steinbrunner
mailto:[EMAIL PROTECTED]
MFM Communication Software, Inc.
http://www.mfm.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL on MAC OS X 10.1

2002-03-01 Thread David Steinbrunner

James wrote:

 I'd like to install MySQL on MAC OS X 10.1
 
 I've notice it's using Darwin 1.4
 
 But the binaries for MySQL appear to say for Darwin
 5.1
 
 What should I do?

Apparently Apple decided to move Darwin's version number to 5.1 when it
shipped the update of OS X 10.1.1.  I have heard this was done to get
Darwin's version number closer to the version of OS X that it ships with
and will at some point in time become the same version number as Mac OS
X to make things more uniform.

In any case, you can use the Software Updater to update to OS X 10.1.3
which will also update Darwin to 5.3.

-- 
David Steinbrunner
mailto:[EMAIL PROTECTED]
MFM Communication Software, Inc.
http://www.mfm.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Good, Free Mac GUI to mySQL?

2002-02-18 Thread David Steinbrunner

[EMAIL PROTECTED] wrote:
 Good, Free Mac GUI to mySQL?

The only free GUI client for mySQL for the Mac that I know of would be
CocoaSQL: http://homepage.mac.com/mxcantor/ which is only for Mac OS X. 
I have not used it so I can not tell if it is any good or not but it is
open source.

There are many other shareware and commercial clients for both Mac OS 9
and X that can be found by doing a search at versiontracker.com in the
Mac OS or Mac OS X sections.

-- 
David Steinbrunner
mailto:[EMAIL PROTECTED]
MFM Communication Software, Inc.
http://www.mfm.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: PostgreSQL

2002-02-13 Thread David Steinbrunner

Shankar Unni writes:
And one big reason not: no native Windows port. Or Mac port (though that 
has probably changed with OS/X - anyone working on that?).

Here is an unofficial install package of the new PostgreSQL 7.2:
http://www.entropy.ch/software/macosx/postgresql/

You can get an unofficial install package of MySQL 3.23.47 and 4.0.0
from the same place:
http://www.entropy.ch/software/macosx/mysql/

Downloads of the official MySQL for Mac OS X can be found at the MySQL
downloads page.

There is also a deb package of MySQL that can be found here:
http://homepage.mac.com/macgurutemple/mysql_on_macosx.html

-- 
David Steinbrunner
mailto:[EMAIL PROTECTED]
MFM Communication Software, Inc.
http://www.mfm.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL and Web Objects5 (OS X)

2002-02-13 Thread David Steinbrunner

Does anyone know how to cause WO to recognize and offer MySQL as an adaptor?
i.e., how to get WO5 to use MySQL?)

Thanks in advance.

You might want to try the Web Objects mailing lists at OmniGroup:

http://www.omnigroup.com/developer/mailinglists/

-- 
David Steinbrunner
mailto:[EMAIL PROTECTED]
MFM Communication Software, Inc.
http://www.mfm.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: PostgreSQL

2002-02-07 Thread David Steinbrunner

Shankar Unni writes:
And one big reason not: no native Windows port. Or Mac port (though that 
has probably changed with OS/X - anyone working on that?).

Here is an unofficial install package of the new PostgreSQL 7.2:
http://www.entropy.ch/software/macosx/postgresql/

You can get an unofficial install package of MySQL 3.23.47 and 4.0.0
from the same place:
http://www.entropy.ch/software/macosx/mysql/

Downloads of the official MySQL for Mac OS X can be found at the MySQL
downloads page.

There is also a deb package of MySQL that can be found here:
http://homepage.mac.com/macgurutemple/mysql_on_macosx.html

-- 
David Steinbrunner
mailto:[EMAIL PROTECTED]
MFM Communication Software, Inc.
http://www.mfm.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php