Re: mysql on OS X tiger

2005-12-03 Thread untz
Brent, I believe I am experiencing the same problem when trying to run the CocoaMySQL client... When I run CocoaMySQL v0.7b2 and try to connect to a database, I get the following error: "Unable to connect to host localhost. Be sure that the address is correct and that you have the necessa

Re: mysql on OS X tiger

2005-12-02 Thread SGreen
"YL" <[EMAIL PROTECTED]> wrote on 12/02/2005 03:54:44 PM: > I'm setting up a mysql server on OS X Tiger powerbook for development. > I've also a mysql server on my win2k pro machine. > Tiger has ip 192.168.0.100 and win2k has ip 192.168.0.101 > > Both db servers work fine locally but I can connec

Re: mysql on OS X tiger

2005-12-02 Thread Brent Baisley
I'm guessing that you are running 10.4.3 on your Powerbook. In this latest update, Apple took extra security measures and starts MySQL with the --skip-networking option. This means only processes running on the local machine can connect to it (through a Unix socket file), like PHP running u

Re: mysql on OS X

2005-01-10 Thread Scott Wilson
Hi Bruce, Thanks for the advice. I'm glad to hear you have so many of these machines successfully in production! Our machines are currently fitted out with 2Gig of RAM each so I won't face the process memory limit right away. That's actually more than enough to fit all our keys in memory anyw

Re: mysql on OS X

2005-01-10 Thread Scott Wilson
Hi Brent, thanks for your comments! An unbiased outside pov always helps! On Thu, 6 Jan 2005 14:32:16 -0500, Brent Baisley <[EMAIL PROTECTED]> wrote: > While part of the problem may be OS X, Apple is still optimizing parts > of the OS, I would say the "problem" is that you are comparing it to a

Re: mysql on OS X

2005-01-06 Thread Bruce Dembecki
Hi Scott! We use MySQL on 9 Mac OS X machines. While we are looking at moving some of that back to big Sun boxes, that's a memory access/64 bit issue, not (directly) a performance issue. Looking at the live stats one of the machines has an uptime of 55 days and has averaged 405.78 queries per seco

Re: mysql on OS X

2005-01-06 Thread Brent Baisley
While part of the problem may be OS X, Apple is still optimizing parts of the OS, I would say the "problem" is that you are comparing it to an aging PIII. Some people have gotten better performance from a PIII than a P4. The reason is cache. The PIII has a larger cache, MySQL loves cache. The G

Re: mysql on OS X >>>PROBLEM!

2002-09-12 Thread Clayburn W. Juniel, III
On Thursday, September 12, 2002, at 09:58 PM, Clayburn W. Juniel, III wrote: > > On Thursday, September 12, 2002, at 05:03 AM, philipp ringli wrote: > >> hi all, >> >> i am running OS X 10.2 and >> this version of mysql: >> >> mysql> status >> -- >> ./bin/mysql Ver 11.18 Distrib 3.

Re: mysql on OS X >>>PROBLEM!

2002-09-12 Thread Clayburn W. Juniel, III
On Thursday, September 12, 2002, at 05:03 AM, philipp ringli wrote: > hi all, > > i am running OS X 10.2 and > this version of mysql: > > mysql> status > -- > ./bin/mysql Ver 11.18 Distrib 3.23.51, for apple-darwin6.0 (powerpc) > > Connection id: 117 > Current database:

re: mysql on OS X >>>PROBLEM!

2002-09-12 Thread Egor Egorov
philipp, Wednesday, September 11, 2002, 8:10:04 PM, you wrote: pr> i am running OS X 10.2 and pr> this version of mysql: pr> mysql> status pr> -- pr> ./bin/mysql Ver 11.18 Distrib 3.23.51, for apple-darwin6.0 (powerpc) pr> my problem is the following: pr> let's say i want to add t

Re: mysql on OS X >>>PROBLEM!

2002-09-12 Thread Phil Dobbin
On 12/9/02 13:03, "philipp ringli" <[EMAIL PROTECTED]> wrote: > hi all, > > i am running OS X 10.2 and > this version of mysql: > > mysql> status > -- > ./bin/mysql Ver 11.18 Distrib 3.23.51, for apple-darwin6.0 (powerpc) [...] > my problem is the following: > > let's say i want

re: mysql on OS X >>>PROBLEM!

2002-09-12 Thread Egor Egorov
Peter, Thursday, September 12, 2002, 3:35:26 AM, you wrote: PG> So far as I can tell the mysql files included in the CD set are: PG> mysql-3.23.49-3.i386.rpm PG> mysqlclient9-3.23.22-6.i386.rpm PG> mysql-devil-3.23.49-3.i386.rpm PG> mysql-server-3.23.49-3.i386.rpm PG> Do these files include Inno

Re: mysql on OS X >>>PROBLEM!

2002-09-11 Thread philipp ringli
hi rene, thanks for your reply. yes, i do it being root: mysql -u root -p and in phpMyAdmin i see that the grant option for root is enabled. and i am loged into phpMyAdmin as root also. i really wonder what's going on... i mean, am i missing the point in some way or another? cheers, phil >

Re: mysql on OS X >>>PROBLEM!

2002-09-11 Thread Rene Churchill
Have you done a 'mysqladmin reload' to reload the new grant tables into the server process? Any modifications you make to the permissions table won't take until until after a 'reload'. Rene philipp ringli wrote: > hi all, > > i am running OS X 10.2 and > this version of mysql: > > m

Re: MySQL on OS X

2002-04-25 Thread Erik Price
On Thursday, April 25, 2002, at 03:23 AM, Markus Ungersboeck wrote: > > I've tried to install the current release of MySQL on my Macintosh > under OS > X (10.1.4) > and I've got the following error message: > > dyld: ./bin/mysqld can't open library: /usr/lib/libpthread.A.dylib (No > such file

Re: mysql on os x 10.0.4

2001-07-25 Thread Michael Collins
At 10:44 AM -0600 7/25/01, Michael Nezi wrote: >Saw your post on mysql.com and wondering if you could help me. Working with the Mac OS X Terminal Mac OS X comes with a Terminal application that can be used for issuing instructions to the OS from a command line. You will find it necessary at ti