Re: Problem installing python MySQLdb on Mac OS X Version 10.5.8

2012-01-09 Thread Larry Martell
On Mon, Jan 9, 2012 at 2:21 PM, Larry Martell wrote: > Some may consider this slightly off-topic, but I'm out of places to > turn to, so I'm hoping someone here can help me. > > > I am having no luck with getting the python module MySQLdb to work on > my Mac. I am getting the dreaded 'wrong archit

Problem installing python MySQLdb on Mac OS X Version 10.5.8

2012-01-09 Thread Larry Martell
Some may consider this slightly off-topic, but I'm out of places to turn to, so I'm hoping someone here can help me. I am having no luck with getting the python module MySQLdb to work on my Mac. I am getting the dreaded 'wrong architecture' message when I try to import the module. I googled this,

MySQL 5.1 does not work on Mac OS X 10.5 Leopard and Power PC

2010-01-05 Thread Moishe Weiss
I would like to note to the MySQL development team that there is no download available for MySQL 5 Community Edition for a Mac Power PC and OS X 10.5. There is a MySQL 4/PPC/OSX 10.4 download and there is a MySQL 5/Intel/OSX 10.5 download. I tried the MySQL 5.1 /x86-64/OSX 10.5 download and it

Re: MySQL 5.4 Support for Mac OS X 10.6.x ?

2009-12-02 Thread Steve Pincaud
ml> http://dev.mysql.com/doc/mysql-macosx-excerpt/5.4/en/mac-os-x-installation.html but it did not work though I created a file /Users/MyUserName/.MacOSX/environment.plist http://www.apple.com/DTDs/PropertyList-1.0.dtd";> MYSQL_TCP_PORT 3306 PATH

MySQL 5.4 Support for Mac OS X 10.6.x ?

2009-11-29 Thread Steve Pincaud
Hello, I have a Mac Book Pro (64 bits x86) running with Snow Leopard aka Mac OS X 10.6.2, I have read the here under pages and my conclusion is that MySQL currently does not support Mac OS X 10.6.x, so my question is: is there any plan in the roadmap to support it ? and if so what would be the

MySQL 5.1.41 compatible with Mac OS X Server 10.6?

2009-11-23 Thread René Fournier
Hi, I've installed MySQL 5.1.41 x86_64 on fresh install of Mac OS X Server 10.6.2 (where the bundled version is 5.0.82. Just a couple questions: 1. Have any of your encountered compatibility issues with MySQL 5.1.x on Mac OS X Server 10.6.2? (Since I am in the process of migrating se

How to start / stop mySQL with NetBeans 6.7 under Apple MAC OS X 10.5 LEOPARD ?

2009-06-25 Thread Jacques PIOTROWSKI
>Description: In the tab "services", item "databases", choice "mySQL server at localhost", right click, "admin properties" tab of window "mySQl server properties" Path to start command "/usr/local/mysql/support-files/mysql.server" with argument "start" : don't work Path to stop com

Startup Item won't install on Mac OS X 10.5.2

2008-04-06 Thread Gabe da Silveira
I was having some problems with MySQL after restoring a new MacBook Pro from a Time Machine backup. I deleted /Library/StartupItems/MYSQLCOM and the corresponding package in /Library/Receipts, however I am unable to reinstall the Startup Item. I've tried both 10.5 packages and the Intel 10.4 packa

StartupItem not installing on Mac OS X 10.5

2008-03-31 Thread SA
Hello, About 3 months ago I purchased two Mac Mini systems to use as MySQL EDB servers (I might point out that I've been doing this for years with OS X 10.4/Tiger and it works really good). The newest Macs came with OS X 10.5 Leopard. I was not able to downgrade the OS to 10.4. At the time, t

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

Re: Mac OS X PowerPC 64 bit

2007-07-25 Thread Kieran Kelleher
ed too): http://homepage.mac.com/kelleherk/iblog/C711669388/E20070312134739/ index.html Found this article specifically for 64-bit OS X 10.4 build from source which may be just the additional pieces of info you need http://www.afp548.com/article.php?story=20050705130841426 HTH, Kieran On Jul 11

Mac OS X PowerPC 64 bit

2007-07-11 Thread Jan Pieter Kunst
Dear mysql-ers, It seems that the Mac OS X PowerPC 64 bit version of the MySQL Community server is no longer available. Now I'm wondering which version I should use on a G5 PowerMac. PowerPC 32 bit or Universal? Thanks for any insights. Jan Pieter Kunst -- MySQL General Mailing List For

5.0.37 for Mac OS X 10.4 64 bit

2007-04-04 Thread Jan Pieter Kunst
Dear MySQL'ers, Any chance that MySQL for OS X 10.4 64 bit will be updated to 5.0.37? It's still at 5.0.27. Thanks, Jan Pieter Kunst -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: V 5.0.18 on Mac OS X

2006-11-08 Thread Dan Buettner
d upgrade. Dan On 11/8/06, Steffan A. Cline <[EMAIL PROTECTED]> wrote: I am having an issue with MySQL running on Mac OS X. Currently the version as stated 5.0.18 on a dual G4 Xserve with 1gb of ram. MySQL is mainly the only thing running on this server. I am trying to track down an is

V 5.0.18 on Mac OS X

2006-11-08 Thread Steffan A. Cline
I am having an issue with MySQL running on Mac OS X. Currently the version as stated 5.0.18 on a dual G4 Xserve with 1gb of ram. MySQL is mainly the only thing running on this server. I am trying to track down an issue in which MySQL is being overloaded and it consistently damages the same one or

Starting a Second Server under Mac OS X 10.3.9

2006-08-30 Thread cristopher pierson ewing
I'm trying to get a second server running using mysql 4.1.15 on Mac OS X 10.3.9. I have one server running as my main development server, and would like a second to use for testing alternate DB Schema. I've followed the instructions in the manual section 5.12.2 'running mult

Re: Password problems using Mac OS X

2006-06-14 Thread Kevin Felix
Dan, A thousand times thanks for the fast reply, I just reset my password with MySQL Administrator now, everything is back the way it was! On a sidenote: I also saw this as the version "MySQL 5.0.17-max via socket". The version 3 was through phpinfo(). My php install and other MySQL do al

Re: Password problems using Mac OS X

2006-06-14 Thread Dan Buettner
Kevin - You can start up the MySQL server without password protection using the --skip-grant-tables option. Note that will leave your server wide open, so you may also want to use the --skip-networking option and access it through the socket on the same machine. Something like this I think:

Password problems using Mac OS X

2006-06-14 Thread Kevin Felix
Hi all, I've been using MySQL for over a year now and I didn't install anything special recently, yet I suddenly find myself locked out of MySQL. I'm using version 3.23.49 and I'm running Mac OS 10.4.6 fully up-to- date. I normally connect using the root-user but this afternoon I first

Re: MySQL 4.0.18 on Mac OS X 10.2.8 won't start

2006-04-02 Thread Sachin Petkar
I created the my.cnf file (for some reason, it was nowhere to be found) and passed it as an argument to mysqld_safe . That's it! Works beautifully now. Thanks, Sachin On 4/3/06, Greg 'groggy' Lehey <[EMAIL PROTECTED]> wrote: > > On Monday, 3 April 2006 at 2:29:48 +0530, Sachin Petkar wrote

Re: MySQL 4.0.18 on Mac OS X 10.2.8 won't start

2006-04-02 Thread Greg 'groggy' Lehey
On Monday, 3 April 2006 at 2:29:48 +0530, Sachin Petkar wrote: > On 4/3/06, Eric Braswell <[EMAIL PROTECTED]> wrote: >> >> Sachin Petkar wrote: >>> For some reason, MySQL 4.0.18 has suddenly stopped running and will not >>> start anymore. >>> >>> ... >> >> There are several possible reasons for t

Re: MySQL 4.0.18 on Mac OS X 10.2.8 won't start

2006-04-02 Thread Sachin Petkar
ons for this. One of the most common is > inappropriate permissions on the files in /usr/local/mysql/data (they > need to be readable and writable by the user under which mysql is run, > usually "mysql") > > The first thing you should do is check the error log f

Re: MySQL 4.0.18 on Mac OS X 10.2.8 won't start

2006-04-02 Thread Eric Braswell
this. One of the most common is inappropriate permissions on the files in /usr/local/mysql/data (they need to be readable and writable by the user under which mysql is run, usually "mysql") The first thing you should do is check the error log file in /usr/local/mysql/data, on Mac OS

Re: MySQL 4.0.18 on Mac OS X 10.2.8 won't start

2006-04-02 Thread mysql
Regards Keith In theory, theory and practice are the same; in practice they are not. On Sun, 2 Apr 2006, Sachin Petkar wrote: > To: mysql@lists.mysql.com > From: Sachin Petkar <[EMAIL PROTECTED]> > Subject: MySQL 4.0.18 on Mac OS X 10.2.8 won't start > > For som

Re: MySQL 4.0.18 on Mac OS X 10.2.8 won't start

2006-04-02 Thread mysql
Do you have some sort of visual process manager for Mac OS X that can tell you at a glance if mysqld_safe and mysql server are actually running in memory? Under linux I use a program called qps. http://www.student.nada.kth.se/~f91-men/qps/ You may already have a similar utility to view

MySQL 4.0.18 on Mac OS X 10.2.8 won't start

2006-04-02 Thread Sachin Petkar
For some reason, MySQL 4.0.18 has suddenly stopped running and will not start anymore. It has been running for several weeks until about 5 days ago. When I tried to reach it, I discovered that it is no longer running. However, attempting to start it via the mysqld_safe script simply returns wit

MySQL 5.0.19 on Mac OS X 10.4 PowerPC

2006-03-19 Thread Jan Pieter Kunst
Greetings, Are there going to be binaries of MySQL 5.0.19 for Mac OS 10.4 PowerPC? That particular platform (mine) is still at 5.0.18 on the download page. Thanks, Jan Pieter Kunst -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql

Re: SQL on Mac OS X - Socket Errors

2005-12-12 Thread Gleb Paharenko
and for help however I can not get around this problem. > > I have installed MySQL on my computer which is an Apple iBook G4 > which is running Mac OS X 10.4.2 and I wish to use MySQL so that I > can learn something and play with it. > > I have tried to connect and

Re: SQL on Mac OS X - Socket Errors

2005-12-11 Thread Michael Stassen
Nathan Whitington wrote: Hello there, I've searched long and hard, and pestered many people for a solution and for help however I can not get around this problem. I have installed MySQL on my computer which is an Apple iBook G4 which is running Mac OS X 10.4.2 and I wish to use MyS

SQL on Mac OS X - Socket Errors

2005-12-11 Thread Nathan Whitington
Hello there, I've searched long and hard, and pestered many people for a solution and for help however I can not get around this problem. I have installed MySQL on my computer which is an Apple iBook G4 which is running Mac OS X 10.4.2 and I wish to use MySQL so that I can

Re: MySQL Administrator crash on Mac OS X

2005-11-17 Thread Gleb Paharenko
: > Hi, > I just downloaded MySQL Administrator 1.1.0 for Mac OS X. When I run it, > I can see the connection dialogue, when I click to connect, it crashes. > MySQL Query Browser, also latest version, just installed, too, works > perfectly with the same (and only) connection. Crash

MySQL Administrator crash on Mac OS X

2005-11-16 Thread Yves Goergen
Hi, I just downloaded MySQL Administrator 1.1.0 for Mac OS X. When I run it, I can see the connection dialogue, when I click to connect, it crashes. MySQL Query Browser, also latest version, just installed, too, works perfectly with the same (and only) connection. Crash report from OS X is

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... > >

Mac OS X / MySQL 4.1.14 compiled slowness issue

2005-10-06 Thread James C Knotts
We are having slowness issues with MySQL on Mac OS X 10.4.  Here is what has been done...1) Tiger's native version of mysql was installed.2) A delete was attempted on 1.5 million records    Note: These records are heavily referenced to other tables3) 8+ hours later the delete was cancelled a

Re: Problems setting up on Mac OS X

2005-09-28 Thread Scott Haneda
on 9/28/05 9:49 PM, Jim C. at [EMAIL PROTECTED] wrote: > I'm not fond of the idea, but perhaps if I can't get it working, I'll > try compiling it from source. There is no reason to do this unless you really want to, I assure you, mysql can run on OS X. You may want to not use the startup pane thi

Re: Problems setting up on Mac OS X

2005-09-28 Thread Jim C.
Bruce Dembecki wrote: > On OSX server there is a copy of MySQL already installed and just > installing the MySQL binary doesn't necessarily bypass I'm afraid this isn't an OS X server nor is a server grade installation of MySQL what I am after, right now. I'm a developer and what I am after is

Re: Problems setting up on Mac OS X

2005-09-28 Thread Bruce Dembecki
On OSX server there is a copy of MySQL already installed and just installing the MySQL binary doesn't necessarily bypass it. Try logging on as root with no password, you may still be booting from Apple's data directory rather than MySQL's... starting mysqld using "/ usr/local/mysql/bin/mysql

Re: Problems setting up on Mac OS X

2005-09-28 Thread Scott Haneda
on 9/28/05 11:52 AM, Jim C. at [EMAIL PROTECTED] wrote: > I had the same problem with both of these: > > mysql-standard-4.1.14-apple-darwin7.9.0-powerpc.dmg > and > mysql-standard-4.0.26-apple-darwin7.9.0-powerpc.dmg > > They seem to install OK, but when I set the root password I can't get in >

Re: Problems setting up on Mac OS X

2005-09-28 Thread Jim C.
Jim C. wrote: > I had the same problem with both of these: > > mysql-standard-4.1.14-apple-darwin7.9.0-powerpc.dmg > and > mysql-standard-4.0.26-apple-darwin7.9.0-powerpc.dmg > > They seem to install OK, but when I set the root password I can't get in > afterwards as root. > > Clues? > > Jim C.

Problems setting up on Mac OS X

2005-09-28 Thread Jim C.
I had the same problem with both of these: mysql-standard-4.1.14-apple-darwin7.9.0-powerpc.dmg and mysql-standard-4.0.26-apple-darwin7.9.0-powerpc.dmg They seem to install OK, but when I set the root password I can't get in afterwards as root. Clues? Jim C. -- MySQL General Mailing List For l

Re: Innodb Questions (was: Mac OS X Table Corruption)

2005-07-23 Thread Dan Tappin
So I've been poking around my system and I found /usr/lib/mysql/ /usr/share/mysql/ The mod dates on these are really old. Can I delete these safely? I'm guessing the are from the Apple install. These files seem to be in the /usr/local/mysql/ path also. Hmmm... I looked at my

Re: Innodb Questions (was: Mac OS X Table Corruption)

2005-07-23 Thread Dan Tappin
On Jul 23, 2005, at 12:49 PM, Ware Adams wrote: Then I don't know what to say about the MyISAM error, though I'd watch InnoDB pretty carefully as I think MyISAM is pretty robust on OS X too. We did also see these when a disk is failing, but I assume you've run disk utility. I guess it co

Re: Innodb Questions (was: Mac OS X Table Corruption)

2005-07-23 Thread Ware Adams
On Jul 23, 2005, at 1:58 PM, Dan Tappin wrote: On Jul 23, 2005, at 10:14 AM, Ware Adams wrote: Has your mysql crashed or have your restarted the machine without first shutting down mysql manually? We only saw this error when mysql was not shut down normally. You can look in your .err fi

Re: Innodb Questions (was: Mac OS X Table Corruption)

2005-07-23 Thread Dan Tappin
On Jul 23, 2005, at 10:14 AM, Ware Adams wrote: Has your mysql crashed or have your restarted the machine without first shutting down mysql manually? We only saw this error when mysql was not shut down normally. You can look in your .err file which should be in your data directory. Ever

Re: Innodb Questions (was: Mac OS X Table Corruption)

2005-07-23 Thread Ware Adams
On Jul 23, 2005, at 11:56 AM, Dan Tappin wrote: I am all most ready to give up on MySQL at this point. I'm still getting regular table corruption on multiple installs of OS X. I went as far as reporting it as a bug: http://bugs.mysql.com/bug.php?id=12066 They seem to want more info but my

Innodb Questions (was: Mac OS X Table Corruption)

2005-07-23 Thread Dan Tappin
the morning and back-up the data dir manually. Any pointers would be appreciated. Thanks, Dan T On Jul 6, 2005, at 10:26 AM, [EMAIL PROTECTED] wrote: Dan Tappin <[EMAIL PROTECTED]> wrote on 07/06/2005 11:26:13 AM: > I am running into repeatable table corruption with MySQL

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

Re: Mac OS X Table Corruption

2005-07-06 Thread Dan Tappin
along the way. Could the dump and restore perhaps fix this? Can I still do it with out down grading? Dan T On Jul 6, 2005, at 9:26 AM, Dan Tappin wrote: 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.

Mac OS X Table Corruption

2005-07-06 Thread Dan Tappin
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 have subsequently installed MySQL 4.x (from the supplied pkg's)

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

MAC OS X backup after crash

2005-06-23 Thread Alla-amin
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 crashed and we had to backup the whole data to another drive (only files), we did no mysqldump. Now I want to restore a certain databas

Problem connecting to MySQL 4.0.23 with MySQL Administrator 1.0.21 (Mac OS X)

2005-06-14 Thread Jan Pieter Kunst
Dear all, I have a MySQL 4.0.23 server running on an OpenBSD machine. When I try to connect to it with MySQL Administrator 1.0.21 from my Mac OS X machine, I get this error: Connection error Could not connect to MySQL instance at . Error: unknown system variable 'sql_mode' (code 11

Mac OS X - Query Browser 1.0.2-alpha Crash on Launch

2005-06-07 Thread Kieran Kelleher
Just feedback to the MySQL team... Query Browser will not launch on OS X 10.3.7 Here is console log output... dyld: /Applications/MySQL Query Browser.app/Contents/MacOS/MySQL Query Browser can't open library: /usr/lib/libstdc++.6.dylib (No such file or directory, errno = 2) J

Re: mysqld_multi at startup on Mac OS X not working

2005-04-14 Thread Bruce Dembecki
> I have successfully configured mysqld_multi to have mysql 4.1.11 and > 5.0.3 beta running on the same machine: > I would like to see how you configured mysqld_multi to do that, if you could send me the information off list I'd appreciate it. > # mysqld_multi start & > # exit > % mysqld_multi re

mysqld_multi at startup on Mac OS X not working

2005-04-08 Thread Jan Pieter Kunst
Greetings, I have successfully configured mysqld_multi to have mysql 4.1.11 and 5.0.3 beta running on the same machine: # mysqld_multi start & # exit % mysqld_multi report Reporting MySQL servers MySQL server from group: mysqld4 is running MySQL server from group: mysqld5 is running % However, I

Re: 4.1.11 and 5.0.3 on Mac OS X 10.3

2005-04-08 Thread Joerg Bruehe
gt; > Aside: This problem is caused by Apple using different strings both > internally and externally: 'uname -sr' yields "Darwin 7.8.0" whereas > customers call it "Mac OS X 10.3". I fear such events will happen again as long as "internal" ('

Re: 4.1.11 and 5.0.3 on Mac OS X 10.3

2005-04-07 Thread Joerg Bruehe
Hi Jan Pieter! Am Do, den 07.04.2005 schrieb Jan Pieter Kunst um 9:03: > Greetings, > > Is there a problem with MySQL 4.1.11 and 5.0.3 on Mac OS X 10.3? The > 10.3 versions on the download pages are still at 4.1.10a and 5.0.2. The problem is with the HTML generation, as the binari

4.1.11 and 5.0.3 on Mac OS X 10.3

2005-04-07 Thread Jan Pieter Kunst
Greetings, Is there a problem with MySQL 4.1.11 and 5.0.3 on Mac OS X 10.3? The 10.3 versions on the download pages are still at 4.1.10a and 5.0.2. Thanks, Jan Pieter Kunst -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com

Re: Installation Instructions for MySQL for Mac OS X Panther

2005-02-16 Thread daniel
> Does anyone know where I can find in-depth, precise instructions to > install MySQL on Mac OS X Panther client? > > - Asad > Just get the binary for OSX and follow the readme its simple. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsub

Re: Installation Instructions for MySQL for Mac OS X Panther

2005-02-16 Thread Brent Baisley
in-depth, precise instructions to install MySQL on Mac OS X Panther client? - Asad -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- Brent Baisley Systems Architect Landover Associates, Inc. Search

Installation Instructions for MySQL for Mac OS X Panther

2005-02-16 Thread Asad Habib
Does anyone know where I can find in-depth, precise instructions to install MySQL on Mac OS X Panther client? - Asad -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: MySQL configuration file on Mac OS X

2004-11-29 Thread Santino
below and I couldn't find the file "my.cnf" as described on the like that you gave me: /etc/my.cnf DATADIR/my.cnf ~/.my.cnf Do I need to create it or MySQL is suppose to do the job? Thanks. Andre On 11/29/04 1:55 PM, "Michael Stassen" <[EMAIL PROTECTED]> wrote: Mac

Re: MySQL configuration file on Mac OS X

2004-11-29 Thread Paul DuBois
it or MySQL is suppose to do the job? You create it according to the configuration you want. Thanks. Andre On 11/29/04 1:55 PM, "Michael Stassen" <[EMAIL PROTECTED]> wrote: Mac OS X is Unix, so you follow the directions for Unix, which means you use my.cnf. See the manual for det

Re: MySQL configuration file on Mac OS X

2004-11-29 Thread Andre Matos
ks. Andre On 11/29/04 1:55 PM, "Michael Stassen" <[EMAIL PROTECTED]> wrote: > Mac OS X is Unix, so you follow the directions for Unix, which means you use > my.cnf. See the manual for details > <http://dev.mysql.com/doc/mysql/en/Option_files.html>. > > Mic

Re: MySQL configuration file on Mac OS X

2004-11-29 Thread Michael Stassen
Mac OS X is Unix, so you follow the directions for Unix, which means you use my.cnf. See the manual for details <http://dev.mysql.com/doc/mysql/en/Option_files.html>. Michael Andre Matos wrote: Hi List, I installed the MySQL 4.1.7 on my Windows XP and for that I have used the my.ini to s

MySQL configuration file on Mac OS X

2004-11-29 Thread Andre Matos
Hi List, I installed the MySQL 4.1.7 on my Windows XP and for that I have used the my.ini to set the startup configuration for using a different language and to use the old_password. Now I am installing on my Mac and I am wondering if there is any "my.ini" or "my.cnf" on Ma

Mac OS X 3-4x slower reading rows than x86?!

2004-10-11 Thread Alex
sions from 4.0.16 to 4.1.5, running either Mac OS X 10.3.x, Linux, or FreeBSD. In each case, the x86 machine reported a time of 0.12 sec - 0.20 sec for the last SELECT below, and the Mac reported in the range of 0.75 sec - 1.0 sec. Configurations (RAM/CPU MHz/system load) were similar (tested on a

MySQL 4.1.3 won't autostart on Mac OS X?

2004-08-23 Thread Robert Kuhar
I've installed mysql-max-4.1.3-beta-apple-darwin7.4.0-powerpc to my PowerBook and have executed the MySQLStartupItem.pkg. The /Library/StartupItems/MySQLCOM exists and the /etc/hostconfig file includes the string "MYSQLCOM=-YES-". However, the only way I can get MySQL to start after boot up is to

Re: mysql-4.0.20 configure fails mac os x 10.3.1 client

2004-08-05 Thread Ron Phelps
I now have mysql running on my Mac OS X 10.3.4 box. The socket file is now being created correctly in my /usr/local/mysql/run directory. Thank you for all your help. Regards, Ron Phelps --- Ron Phelps <[EMAIL PROTECTED]> wrote: > 1. I re-examined the error messages in conf

Re: mysql-4.0.20 configure fails mac os x 10.3.1 client

2004-08-04 Thread Ron Phelps
Thanks for any suggestions and for the help to get me this far. Ron --- Ron Phelps <[EMAIL PROTECTED]> wrote: > I executed the following preparation work: > > 1. Upgraded Mac OS X 10.3.1 to 10.3.4 > 2. Installed two additional security updates > 3. Examined the status

Re: mysql-4.0.20 configure fails mac os x 10.3.1 client

2004-07-26 Thread Ron Phelps
I executed the following preparation work: 1. Upgraded Mac OS X 10.3.1 to 10.3.4 2. Installed two additional security updates 3. Examined the status of the Xcode packages pre-installed on the box Documentation states it is Xcode 1.0 for Mac OS 10.3 Panther 4. I ran all installers except, CHUD

Re: mysql-4.0.20 configure fails mac os x 10.3.1 client

2004-07-25 Thread Michael Stassen
f Xcode or moved/deleted parts of it afterward. I hope this is enough info to nudge you in the right direction. If not, let us know. Michael Ron Phelps wrote: Environment: OS: Mac OS X 10.3.1, client mysql: 4.0.20 compiler: gcc version 3.3 20030304 (Apple Computer, Inc. build 1495) Symptom: Small

mysql-4.0.20 configure fails mac os x 10.3.1 client

2004-07-25 Thread Ron Phelps
Environment: OS: Mac OS X 10.3.1, client mysql: 4.0.20 compiler: gcc version 3.3 20030304 (Apple Computer, Inc. build 1495) Symptom: Small section of configure log showing first errors shown below. There is a lot more of this, too much to post here. I've chopped the beginning and the end

Reset lost password on Server Logistics Mac OS X install

2004-07-06 Thread Eve Atley
I'm attempting to follow instructions at the MySQL AB site: http://dev.mysql.com/doc/mysql/en/Resetting_permissions.html ...in order to reset a lost root password. I am using the Complete MySQL package from Server Logistics (www.serverlogistics.com) for Mac OS X Panther. I'v

Linking Embedded MySQL on Mac OS X

2004-06-09 Thread Eric Sword
I am having the same problem that someone else posted about back in December and I didn't see any responses for: http://lists.mysql.com/mysql/156346 Specifically, I am trying to link with libmysqld.a on Mac OS X and am getting 16 undefined link errors such as fixsfdi, floatdisf, udivdi3, m

Re: HELP mysql.sock is missing in Mac OS X

2004-05-12 Thread MTA-Traffic
iH doesn't look as tho mysqld is running --> mysqld ended did you install the standard database files? what about the permissions? can mysqld read those files check the error log in the data directory - hcir On May 12, 2004, at 6:53 PM, Jose Manuel Islas Romero wrote: I start MySQL and it seem

Re: HELP mysql.sock is missing in Mac OS X

2004-05-12 Thread Ware Adams
Jose Manuel Islas Romero wrote: >I start MySQL and it seems to start the server normally > > >TrentCioran:/usr/local/mysql TrentCioran$ sudo ./bin/mysqld_safe > >Starting mysqld daemon with databases from /usr/local/mysql/data > >040512 21:27:05 mysqld ended It's not starting normally. It's sta

HELP mysql.sock is missing in Mac OS X

2004-05-12 Thread Jose Manuel Islas Romero
I start MySQL and it seems to start the server normally >TrentCioran:/usr/local/mysql TrentCioran$ sudo ./bin/mysqld_safe >Starting mysqld daemon with databases from /usr/local/mysql/data >040512 21:27:05 mysqld ended but when i try to open the mysql console it sends me the message: >TrentCior

Re: What distribution should I use for Mac OS X 10.3.x (Panther?

2004-04-14 Thread Brent Baisley
You can use the one that comes with Panther. But if you want to install the latest, download the standard version 4.0.18. I assume you were wondering between standard and max editions. On Apr 13, 2004, at 3:34 PM, Daniel Lahey wrote: Which distribution should I install on Mac OS X Panther

What distribution should I use for Mac OS X 10.3.x (Panther?

2004-04-13 Thread Daniel Lahey
Which distribution should I install on Mac OS X Panther? Thanks. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

4.1.1 on Mac OS X 10.3.3

2004-04-05 Thread java_nutt
Has anyone been successful installing the develoment release of MySQL (4.1.1 I believe) on Panther? I'm running 10.3.3, full updates and all of that, and I tried for days to get the latest MySQL running on my machine. I ran into permission problems, couldn't get mysqld to run. I finally settl

Mac OS X permission errors in 4.0.18

2004-03-17 Thread Tom Van Vleck
Installing 4.0.18 on a Mac OS X 10.3.3 system creates the "data" directory and its contents as owned by "root" instead of "mysql." I tried blowing away the data/mysql directory and running scripts/mysql_install_db. I tried logging in as root and doing a recur

Re: Server AutoStart on Mac OS X 10.3.2 Panther

2004-02-24 Thread Paul DuBois
At 16:26 -0500 2/24/04, Tristan Fiedler wrote: Hi All, Thank you very much for the kind and ample help ! I am running Mac OS X 10.3.2 Panther, and per the MySQL (DuBois) book have created a new user 'mysqladm' to run the server. I manually start the server now via : sudo mysqld_s

Server AutoStart on Mac OS X 10.3.2 Panther

2004-02-24 Thread Tristan Fiedler
Hi All, Thank you very much for the kind and ample help ! I am running Mac OS X 10.3.2 Panther, and per the MySQL (DuBois) book have created a new user 'mysqladm' to run the server. I manually start the server now via : sudo mysqld_safe --user=mysqladm I have two questions : 1

Weird bug in MySQL and Mac OS X 10.3

2004-01-25 Thread Chris Waskowich
I've had some very weird issues that I've posted about here in the past, but no one was able to help. I posted a bug report on mysql.com and have received some advice on how to suppress the problems I was having. The problem seems to be exploited when running a slave server on OSX 10.3.x; alt

Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread Michael Stassen
gnose the problem. I can tell that the server, mysqld, is failing to start for you, so none of the steps after that (mysqladmin, for example) will work until that problem is fixed, as they all require a running server. Because it is often the problem, and easy to fix, I'll go out on a

Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread Santino
I installed MySql 4.0.x on MacOs 10.2.x and it works fine. There are some problems of permissions: check /tmp and mysql data directory. Santino -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread Paul DuBois
At 22:39 -0800 1/21/04, Daniel Lahey wrote: Ok, I've read the release notes, the manual, the threads on this mailing list, installed/removed/re-installed about 5 times, tried 4.0.1, 4.1, 5.0, and I can't get MySQL to run on my Mac (dual-proc 867MHz, 768MB RAM). When I run configure, it tells me

Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread sulewski
EMAIL PROTECTED] Sent: Thursday, January 22, 2004 7:25 AM To: Eve Atley Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?! I think this is the package I used. The one that I used actually wrote and init script so if you r

RE: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread Eve Atley
ECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?! I think this is the package I used. The one that I used actually wrote and init script so if you reboot mysql will start automagically. I think this is the one. Joe On Thu

Re: So, how do you REALLY install MySQL in Mac OS X (Panther)?!

2004-01-22 Thread sulewski
I think this is the package I used. The one that I used actually wrote and init script so if you reboot mysql will start automagically. I think this is the one. Joe On Thursday, January 22, 2004, at 08:51 AM, Eve Atley wrote: I successfully used the packages from Server Logistics for this t

  1   2   3   4   >