Re: Mac OS X PowerPC 64 bit

2007-07-26 Thread Joerg Bruehe
Hi Jan Pieter, all ! I am sorry I reply so late, was too busy with other things till now. Jan Pieter Kunst wrote: Dear mysql-ers, It seems that the Mac OS X PowerPC 64 bit version of the MySQL Community server is no longer available. That was true in some versions, there were issues with t

Re: Mac OS X PowerPC 64 bit

2007-07-25 Thread Kieran Kelleher
You could build it from source. The only challenge is figuring out the configuration command for the target platform. I have compiled for Core 2 Duo and G4 shown below, but not G5. Search the web for the configuration command. or perhaps someone here on the list might have the configura

Re: Mac OS X / MySQL 4.1.14 compiled slowness issue

2005-10-07 Thread Gleb Paharenko
Hello. Rolling back a transaction might take a long time. It depends on the size of log files. See: http://dev.mysql.com/doc/mysql/en/innodb-tuning.html James C Knotts wrote: > We are having slowness issues with MySQL on Mac OS X 10.4. Here is what > has been done... > > 1) Tiger's

Re: Mac OS X Table Corruption

2005-07-06 Thread Dan Tappin
On Jul 6, 2005, at 10:26 AM, [EMAIL PROTECTED] wrote: I'm not a Mac guru but what you describe sounds like file system corruption. Can you do a diagnostic scan of your hard drives looking for bad sectors? You can move your data to another portion of the disk if you run an ALTER TABLE to ma

Re: Mac OS X Table Corruption

2005-07-06 Thread SGreen
Dan Tappin <[EMAIL PROTECTED]> wrote on 07/06/2005 11:26:13 AM: > I am running into repeatable table corruption with MySQL 4.x on Mac > OS X 10.x. > > I previously had a MySQL install on 10.2 Client under 3.x and never > had an issue or any major problems at all. I upgraded to MySQL 4.x > and

Re: Mac OS X Table Corruption

2005-07-06 Thread Dan Tappin
I had someone on the mac-osx server admin list point this out to me: http://docs.info.apple.com/article.html?artnum=107852#sql which is regarding a byte-ordering issue resolved in an upgrade from OS X 10.3.2 to 10.3.3. Now in my case I could have upgraded with out performing this procedure.

Re: MAC OS X backup after crash

2005-06-29 Thread Michael Stassen
Alla-amin wrote: Michael, You are very correct - I renamed those fields and boom - it started working like magic, thank you so much. I have another question - the database in question that got crashed had mysql root password but the guys I took over from forgot the password and didn't do any my

Re: MAC OS X backup after crash

2005-06-29 Thread Alla-amin
Michael, You are very correct - I renamed those fields and boom - it started working like magic, thank you so much. I have another question - the database in question that got crashed had mysql root password but the guys I took over from forgot the password and didn't do any mysql dump. So, I had

Re: MAC OS X backup after crash

2005-06-25 Thread Michael Stassen
Alla-amin wrote: So far this was what I did, Took all files i.e frm, MYI and MYD files from the new server. Created a database like on another box running the version of mysql the old server was running and pasted them in the data folder of the database I created and viola - they all showed up,

Re: MAC OS X backup after crash

2005-06-25 Thread Alla-amin
So far this was what I did, Took all files i.e frm, MYI and MYD files from the new server. Created a database like on another box running the version of mysql the old server was running and pasted them in the data folder of the database I created and viola - they all showed up, so i think it was a

Re: MAC OS X backup after crash

2005-06-24 Thread Gleb Paharenko
Hello. What is in MySQL error log? Did you use InnoDB tables? Alla-amin <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I just subscribed to the list and some of the articles > are very helpful. I'm facing some problem on my mysql > database server. > > One of our Raid drives crash

Re: MAC OS X backup after crash

2005-06-24 Thread Brent Baisley
You can't transfer database files directly between versions. The file format is different. You need to dump the data to a text file and import it. This isn't like FileMaker, Word or Excel where it will realize it's an older version and convert it. On Jun 24, 2005, at 9:42 AM, Alla-amin wrote

Re: MAC OS X backup after crash

2005-06-24 Thread gerald_clark
Alla-amin wrote: Yes, 10.1.5 runs mysqk version 3, it was actually running 3.23.51 and 10.3 runs 4.0.14 I think. Ok - the database in question have been backedup with files such as table1.frm.gz table1.MYD.gz table1.MYI.gz and so on.gz When I create a new database on the new server and copy the

Re: MAC OS X backup after crash

2005-06-24 Thread Alla-amin
Yes, 10.1.5 runs mysqk version 3, it was actually running 3.23.51 and 10.3 runs 4.0.14 I think. Ok - the database in question have been backedup with files such as table1.frm.gz table1.MYD.gz table1.MYI.gz and so on.gz When I create a new database on the new server and copy these files to the the

Re: MAC OS X backup after crash

2005-06-24 Thread Brent Baisley
I have to ask, are you using the same version of MySQL? I think 10.1 came with v3 and 10.3 come with v4.0. You may need to setup 10.1.5 on an old machine to dump the database for importing. On Jun 23, 2005, at 4:53 PM, Alla-amin wrote: Hi everyone, I just subscribed to the list and some of

Re: MAC OS X installation problem

2003-12-06 Thread Chris Waskowich
On Dec 05, 2003, at 17:00, Lost Idols wrote: A newbie here, with a simple question (I guess). I just installed MySQL on my OS X 10.2 But failed pretty quick. Please help me... I wanna get started. This it what it looks like after following the description in the ReadMe file. Last login: Fri Dec

Re: Mac OS X package problems

2003-04-02 Thread Joel Rees
Haven$B!G(Bt been following your thread, but I thought I'd make a stupid (Bsuggestion ... (B (B> At startup, the computer says something about starting a MySQL server. (B> Could it be that the startup item is still trying to start mysqld even (B> though it no longer exists and in the proce

Re: Mac OS X package problems

2003-04-01 Thread Stefan Hinz
Todd, > At startup, the computer says something about starting a MySQL server. > Could it be that the startup item is still trying to start mysqld even > though it no longer exists and in the process is tying up port 3306? Comparing it to Windows (I've not enough money to run an Apple ;-) you s

Re: Mac OS X and database path

2003-03-01 Thread Bernardo Zuniga
There were no errors and it listed a number of rows affected and a time. tried the command again and it said that the file already existed. The problem was the directory path that I was looking in. I couldn't see it in the GUI but in the terminal a find pointed me to the file. I wasn't able to

Re: Mac OS X and database path

2003-03-01 Thread Paul DuBois
At 21:38 -0500 3/1/03, Bernardo Zuniga wrote: Thank you Paul, That helped to clear things up. My guess was that the book was wrong and the path was different for OS X. The command worked fine, but apparently the files were never created for some reason. I will try this again. Well, the book can

Re: Mac OS X and database path

2003-03-01 Thread Bernardo Zuniga
Thank you Paul, That helped to clear things up. My guess was that the book was wrong and the path was different for OS X. The command worked fine, but apparently the files were never created for some reason. I will try this again. thanks for your help, Bernardo On Saturday, March 1, 2003, at 0

Re: Mac OS X and database path

2003-03-01 Thread Paul DuBois
At 19:46 -0500 3/1/03, Bernardo Zuniga wrote: Hello, I'm a bit confused about where the database is located in Mac OS X. I was following the instructions in O'Reilly's boot using and Managing MySQL ad got to the point where I tried to do a select and output to a file. The command I ran was as f

Re: Mac OS X 10.1 build

2003-01-20 Thread R. Hannes Niedner
If you download the binary, there is nothing to compile. Just follow the instructions in the file INSTALL_BINARY and you are ready to go. I did the same on 10.2.2 server and it worked great. Hth/h On 1/20/03 2:21 PM, "James LaFountain" <[EMAIL PROTECTED]> wrote: > > > I've been trying to compi

Re: Mac OS X 10.2 ?

2002-12-29 Thread Jonas Voss
On Sat, 28 Dec 2002 15:40:37 -0500, Richard Nagle wrote: > try to get back into mysql, no luck > can see mysqld is still running. > > how does one get back in ? At the prompt, type: mysql -u root -p And you will be prompted for the password to your mysql root-account. That's it. ~/j -- //

Re: Mac OS X installation problem...

2002-11-26 Thread Peter Abilla
Try mark linayage's package at: http://www.entropy.ch/software/macosx/welcome.html It is very easy to install and it works great. PSA On 11/26/02 11:28 AM, "Michael Burbidge" <[EMAIL PROTECTED]> wrote: > I installed the MySQL (mysql-3.23.51) package from VersionTracker.com on my > Titanium P

Re: MAC OS X Server

2002-07-11 Thread A . John Peters
Got it on a none server machine I had typed my chown without the /P at the end. Also used the package from entropy. I may have used it before. John On Thursday, July 11, 2002, at 08:43 AM, A. John Peters wrote: > New error msg, I think I have permissions right > > 020711 08:37:57 mysqld st

Re: MAC OS X Install.

2002-07-11 Thread Victoria Reznichenko
A., Thursday, July 11, 2002, 4:36:40 PM, you wrote: AJP> I have installed mysql on OS X server. I used the pkg install. AJP> Everything appears to have run fine except when I do safe_mysqld the AJP> daed starts and stops. See error log below. AJP> Any ideas? AJP> 020701 19:46:50 mysqld sta

Re: MAC OS X Server

2002-07-11 Thread Chuck \"PUP\" Payne
You can go this link and get MySQL in package form it works great... http://www.entropy.ch/software/MacOSx/mysql Hope this helps. Chuck Payne Magi Design and Support http://www.magidesign.com - Before posting, please check:

Re: MAC OS X Server

2002-07-11 Thread Gerald Clark
A. John Peters wrote: > New error msg, I think I have permissions right No you don't. Mysql must own the database directories and files. > > > 020711 08:37:57 mysqld started > 020711 8:37:57 /usr/libexec/mysqld: Can't create/write to file > '/usr/var/e-mac > .pid' (Errcode: 13) > 020711

RE: Mac OS X and MySQL

2001-11-27 Thread john
ing Mac OS'? i apologize, sincerely, to the whole newsgroup... ...and hope not to have another day like Monday. -Original Message- From: NDPTAL85 [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 5:20 PM To: [EMAIL PROTECTED] Subject: Re: Mac OS X and MySQL John, Mac O

Re: Mac OS X and MySQL

2001-11-26 Thread Michael Collins
At 6:20 PM -0500 11/26/01, NDPTAL85 wrote: >As to the guy's response, I saw nothing in it that was "defenseive" >or even argumentative. If you cannot tolerate someone asking you to >clarify your position then you need to get off a mailing list. Thanks for the follow up. I was really at a loss a

RE: Mac OS X and MySQL

2001-11-26 Thread Paul DuBois
SQL-related problems you observe when it's run under Mac OS X. > >-Original Message- >From: Michael Collins [mailto:[EMAIL PROTECTED]] >Sent: Monday, November 26, 2001 4:36 PM >To: john >Cc: [EMAIL PROTECTED] >Subject: RE: Mac OS X and MySQL > > >At 2:35 PM

Re: Mac OS X and MySQL

2001-11-26 Thread NDPTAL85
I will speak only to Paul DuBois of my issues. > > -Original Message- > From: Michael Collins [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 4:36 PM > To: john > Cc: [EMAIL PROTECTED] > Subject: RE: Mac OS X and MySQL --

RE: Mac OS X and MySQL

2001-11-26 Thread john
ose guys that always overload the mailboxes of others, aint you the big man -- coward. Shut up punk, I will speak only to Paul DuBois of my issues. -Original Message- From: Michael Collins [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 4:36 PM To: john Cc: [EMAIL PROTECTED] Subje

RE: Mac OS X and MySQL

2001-11-26 Thread Michael Collins
At 2:35 PM -0600 11/26/01, john wrote: >Excuse me, but I never intended on adding the world to that question, And I never invited your private flame. -- Michael __ ||| Michael Collins ||| ||| Kuwago Web Services ||| mailto:[EMAIL PROTECTED] ||| Seattle, WA, USA ||| http:/

Re: Mac OS X and MySQL

2001-11-26 Thread Erik Price
t; >> >> >> -Original Message- >> From: Michael Collins [mailto:[EMAIL PROTECTED]] >> Sent: Monday, November 26, 2001 1:59 PM >> To: john; MySQL List >> Subject: RE: Mac OS X and MySQL >> >> >> At 1:49 PM -0600 11/26/01

RE: Mac OS X and MySQL

2001-11-26 Thread Paul DuBois
;Sent: Monday, November 26, 2001 1:59 PM >To: john; MySQL List >Subject: RE: Mac OS X and MySQL > > >At 1:49 PM -0600 11/26/01, john wrote: >>this is not meant to be demeaning, but your not seriousely running a server >>with a Mac are you? > >And why not? Are y

RE: Mac OS X and MySQL

2001-11-26 Thread john
an aneurysm. -Original Message- From: Michael Collins [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 1:59 PM To: john; MySQL List Subject: RE: Mac OS X and MySQL At 1:49 PM -0600 11/26/01, john wrote: >this is not meant to be demeaning, but your not seriousely runnin

RE: Mac OS X and MySQL

2001-11-26 Thread Michael Collins
At 1:49 PM -0600 11/26/01, john wrote: >this is not meant to be demeaning, but your not seriousely running a server >with a Mac are you? And why not? Are you at all familiar with Mac OS X and/or Darwin? It is Unix BSD. Seems a fine choice for MySQL. -- Michael __ ||| Michael Collins |||

Re: Mac OS X and MySQL

2001-11-26 Thread Sinisa Milivojevic
Michael Collins writes: > Now that the shutdown command has been repaired, are there other > outstanding issues specific to Mac OS X that the MySQL AB team has > under development for MySQL 3.x? > > -- > Michael > __ > ||| Michael Collins ||| > ||| Kuwago Web Services ||| mailto:[

Re: Mac OS X and MySQL 3.23.45

2001-11-26 Thread Erik Price
On Monday, November 26, 2001, at 11:34 AM, Michael Collins wrote: > > No, it is not found on "Downloads for the 3.23 version" at: > > http://www.mysql.com/downloads/mysql-3.23.html > > Look for: > > MacOS X downloads > Binary packages (tar.gz) > MySQL 3.23.45 MacOS X Server 1.x (PowerPC) (4.7M)

Re: Mac OS X and MySQL 3.23.45

2001-11-26 Thread Michael Collins
At 6:22 AM -0800 11/26/01, Erik Price wrote: > > 1) Will there be a binary for MySQL 3.23.45 for MacOS X 10.0.x >> (Darwin 1.3.x)? > >Isn't there one there? On the "Downloads" section of the site? I just >wish my local mirror was updated to include it No, it is not found on "Downloads for

Re: Mac OS X and MySQL 3.23.45

2001-11-26 Thread Erik Price
--- Michael Collins <[EMAIL PROTECTED]> wrote: > 1) Will there be a binary for MySQL 3.23.45 for MacOS X 10.0.x > (Darwin 1.3.x)? Isn't there one there? On the "Downloads" section of the site? I just wish my local mirror was updated to include it > 2) How do I find out what options are c

Re: Mac OS X Server 10.0.4 and startup

2001-07-06 Thread Ian Fieldhouse
On 5/7/01 4:40 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi -- > > Has anyone installed MySQL on MacOS X Server and has safe_mysqld start > automatically at boot? > > On my LinuxPPC box, I add the provided startup script to the /etc/rc.d dir > structure. > > In MacOS X, there is n

Re: Mac OS X Server 10.0.4 and startup

2001-07-05 Thread Victor SpÄng Arthursson
Hi! I build mine successfully using the instructions at . That one including the startup item wich is edscribed there... Sincerely, Victor -- database,sql,query,table --

Re: Mac OS X Server 10.0.4 and startup

2001-07-05 Thread trogers
ically the same way that other software starts up (albeit with a mo >complex script). > >I'm not sure what to do. Its not documented anywhere that I can find. > > >> From: Paul DuBois <[EMAIL PROTECTED]> >> Date: Thu, 5 Jul 2001 19:37:52 -0500 >> To:

Re: Mac OS X Server 10.0.4 and startup

2001-07-05 Thread Patrick Larkin
beit with a mo complex script). I'm not sure what to do. Its not documented anywhere that I can find. > From: Paul DuBois <[EMAIL PROTECTED]> > Date: Thu, 5 Jul 2001 19:37:52 -0500 > To: "Patrick J. Larkin" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>

Re: Mac OS X Server 10.0.4 and startup

2001-07-05 Thread Paul DuBois
At 11:40 AM -0400 7/5/01, Patrick J. Larkin wrote: >Hi -- > >Has anyone installed MySQL on MacOS X Server and has safe_mysqld start >automatically at boot? > >On my LinuxPPC box, I add the provided startup script to the /etc/rc.d dir >structure. > >In MacOS X, there is no such directory. Thanks!

Re: Mac OS X MySQL GUI

2001-07-03 Thread Sinisa Milivojevic
Hannes Niedner writes: > Has anybody successfully compiled MySQL GUI on the Mac OS X platform (or > rather Darwin)? > > Hannes > I wish I had one, as I would have tried it. FLTK libs work on Mac, so it is quite doable. If you want to do it and please go ahead. If you encounter problems, let

Re: MAC OS X Server

2001-06-06 Thread Kenneth Kopelson
Apple has tested MySQL on MAC OS X to the best of my knowledge. Given that MAC OS X is essentially FreeBSD Unix with a pretty wrapping, it makes sense that MySQL would work easily. If someone said MySQL worked on MAC OS 9, or older, I would be more cautious. At 02:42 PM 6/5/01 -0800, Angela

Re: MAC OS X Server

2001-06-06 Thread Glenn A . Bookout
Howdy: On 06/05/2001 15:42 USA PT (-0800), [EMAIL PROTECTED] ( Angela Neff ), wrote... >Below is a link and article sent to me by a Consultant stating that >MySQL works with the brand new MAC OS X Server. Has this indeed been >thoroughly tested by MySQL programmers? I don't want to get one unle

Re: Mac OS X

2001-06-03 Thread Zachary Burnham
On Saturday, June 2, 2001, at 04:27 PM, Tommy Beavitt wrote: > In response to a recent question I posted regarding installing > MySQL/PHP/Apache on a G4 tibook I was recommended to get a copy of Mac > OS X as this was condsidered to be the most stable and easily > configurable option at my di

Re: Mac OS X

2001-06-03 Thread Paul DuBois
At 9:27 PM +0100 6/2/01, Tommy Beavitt wrote: >In response to a recent question I posted regarding installing >MySQL/PHP/Apache on a G4 tibook I was recommended to get a copy of >Mac OS X as this was condsidered to be the most stable and easily >configurable option at my disposal. > >I am fairl

Re: Mac OS X

2001-04-01 Thread Zachary Burnham
There is a binary tarball on www.mysql.com that works on the retail release of Mac OS X. I have also built from the .36 source, but that requires editing one line of source code. Here are directions: http://www.mysql.com/doc/M/a/Mac_OS_X_Public_Data.html Look at the user comments. The line

Re: Mac OS X

2001-02-09 Thread Sinisa Milivojevic
Geoff Coffey writes: > Has anybody successfully built 3.23 on Mac OS X Public Beta? Does anybody > know if the version it supposedly builds under is a later beta? I still > can't seem to get it to work properly. > > Thanks, > > Geoff > Hi! You will find some binaries on the 3.23 page