Re: MySQL on Mac OS 10.8

2013-04-17 Thread Larry Martell
On Tue, Apr 16, 2013 at 11:31 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 16.04.2013 18:34, schrieb Larry Martell: I just set up mysql on Mac OS 10.8. Each time after the machine is rebooted the server fails to start with: 2013-04-13 14:09:54 1 [ERROR] /usr/local/mysql/bin/mysqld:

Re: MySQL on Mac OS 10.8

2013-04-17 Thread Reindl Harald
Am 17.04.2013 15:32, schrieb Larry Martell: On Tue, Apr 16, 2013 at 11:31 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 16.04.2013 18:34, schrieb Larry Martell: I just set up mysql on Mac OS 10.8. Each time after the machine is rebooted the server fails to start with: 2013-04-13

Re: MySQL on Mac OS 10.8

2013-04-17 Thread Larry Martell
On Wed, Apr 17, 2013 at 8:32 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 17.04.2013 15:32, schrieb Larry Martell: On Tue, Apr 16, 2013 at 11:31 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 16.04.2013 18:34, schrieb Larry Martell: I just set up mysql on Mac OS 10.8. Each time

Re: MySQL on Mac OS 10.8

2013-04-17 Thread Kapil Karekar
Not a solution but a workaround for [ERROR] /usr/local/mysql/bin/mysqld: Can't create/write to file '/var/run/mysqld/mysqld.pid' explicitly set pid_file= to some existing file path in /usr/local/mysql/bin/mysqld_safe (Line:26) e.g. you could possibly set it to:

Re: MySQL on Mac OS 10.8

2013-04-17 Thread Reindl Harald
Am 17.04.2013 17:29, schrieb Larry Martell: On Wed, Apr 17, 2013 at 8:32 AM, Reindl Harald h.rei...@thelounge.net wrote: [root@srv-rhsoft:~]$ cat /etc/tmpfiles.d/mysql.conf d /var/run/mysqld 0755 mysql mysql - Doesn't seem to be anything like that running on MacOS. I googled and didn't

Re: MySQL on Mac OS 10.8

2013-04-16 Thread Michael Dykman
Larry, Nothing in the mysql startup files ever removes any directories of any kind. At a guess: only my clients who work on Macs ever report this king of 'disappearing folder' behaviour. And every time it turn out to be Time Machine. Ask around on those lists. On Tue, Apr 16, 2013 at 12:34

Re: MySQL on Mac OS 10.8

2013-04-16 Thread Larry Martell
On Tue, Apr 16, 2013 at 10:50 AM, Michael Dykman mdyk...@gmail.com wrote: Larry, Nothing in the mysql startup files ever removes any directories of any kind. At a guess: only my clients who work on Macs ever report this king of 'disappearing folder' behaviour. And every time it turn out to

Re: MySQL on Mac OS 10.8

2013-04-16 Thread Reindl Harald
Am 16.04.2013 18:34, schrieb Larry Martell: I just set up mysql on Mac OS 10.8. Each time after the machine is rebooted the server fails to start with: 2013-04-13 14:09:54 1 [ERROR] /usr/local/mysql/bin/mysqld: Can't create/write to file '/var/run/mysqld/mysqld.pid' (Errcode: 2 - No

RE: mySQL on MAC

2004-07-14 Thread MySQL Junkie
Astrum Et Securis Kieran, Thanks a bunch! Some very useful and handy tips... Really appreciate it. Dominor, RSJ -Original Message- From: Kieran Kelleher [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 12:03 AM To: MySQL Junkie Cc: [EMAIL PROTECTED] Subject: Re: mySQL on MAC

Re: mySQL on MAC

2004-07-13 Thread Joshua J. Kugler
I gather you have used MySQL on other platforms? Won't be much different. OS X is BSD Unix-based, so it will be very similar (if not identical) to using MySQL on a Unix box. Have fun. Or were you asking about compiling, etc? j- k- On Tuesday 13 July 2004 03:21 pm, MySQL Junkie said

RE: mySQL on MAC

2004-07-13 Thread MySQL Junkie
13, 2004 7:34 PM To: [EMAIL PROTECTED] Subject: Re: mySQL on MAC I gather you have used MySQL on other platforms? Won't be much different. OS X is BSD Unix-based, so it will be very similar (if not identical) to using MySQL on a Unix box. Have fun. Or were you asking about compiling, etc? j

Re: MySQL on Mac OS X

2002-05-13 Thread David Buxton
on 12/5/2002 9:21 pm, Phil Dobbin at [EMAIL PROTECTED] wrote: Well, I finally got in but now I get a 1044 error: [localhost:~] phil% mysql -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 37 to server version: 3.23.49-entropy.ch

Re: MySQL on Mac OS X

2002-05-12 Thread Paul DuBois
At 13:36 +0100 5/12/02, Phil Dobbin wrote: I'm still trying to get MySQL running on Mac OS X and previously after installation when MySQL was running, I was getting 1045/6 errors and now, after a re-boot, MySQL is not running (I didn't add the start-up script because of the constant

Re: MySQL on Mac OS X

2002-05-12 Thread Phil Dobbin
On 12/5/02 at 12:18, [EMAIL PROTECTED] (Paul DuBois) wrote: At 13:36 +0100 5/12/02, Phil Dobbin wrote: [...] 20512 00:13:18 mysqld restarted rm: /usr/local/mysql/data/localhost.pid: Permission denied ../bin/safe_mysqld: permission denied: /usr/local/mysql/data/localhost.err [235] tee:

Re: MySQL on Mac OS X

2002-05-12 Thread Phil Dobbin
On 12/5/02 at 18:40, [EMAIL PROTECTED] (Phil Dobbin) wrote: I got finally got it started by doing: su mysql password xx mysql% cd /usr/local/mysql mysql% ./bin/safe_mysqld --user=mysql but now I get 1045 error messages when I try to access mysql whether as me or root:

Re: MySQL on Mac OS X

2002-05-06 Thread Sven Bentlage
on my box the following helped: (su to root) chown -R mysql /usr/local/mysql/var (check if this is the path to your mysql var ) (exit root) that should do it. also check in the user and host table if a connection from localhost is allowed for the specific user.. Cheers, Sven On Monday, May

Re: MySQL on Mac OS X

2002-05-06 Thread Phil Dobbin
On 6/5/02 at 19:53, [EMAIL PROTECTED] (Sven Bentlage) wrote: on my box the following helped: (su to root) chown -R mysql /usr/local/mysql/var (check if this is the path to your mysql var ) (exit root) that should do it. also check in the user and host table if a connection from

Re: MySQL on Mac OS X

2002-05-06 Thread Victoria Reznichenko
Phil, Monday, May 06, 2002, 1:42:28 PM, you wrote: PD I've just installed MySQL 3.23.49 on Mac OS X.1.4. The installation went fine (into /usr/local/) but now I'm having what I believe is a common permission problem. When trying to add a database I PD get the following error: PD [localhost:~]

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

Re: MySQL on MAC OS X 10.1

2002-02-28 Thread David Gadd
Marc Liyanage has a special Mac OS X friendly installer at: http://www.entropy.ch/software/macosx/mysql/ I've installed it on OS X 10.1 and it works great. David Gadd gaddzeit.com 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

Re: MySQL on Mac OS X?

2001-09-12 Thread Troy Lewis
I haven't run mysql personally on my OS X box yet but I do know of some who have and there seems to be a current problem with getting mysql to quit properly. I think that will be fixed with Mac OS X 10.1 which is coming out sometime this month. Other than that go to www.versiontracker.com and

Re: MySQL on Mac OS X?

2001-09-12 Thread Paul DuBois
At 10:03 AM +0100 9/12/01, Paul Groves wrote: Has anyone had any experience of running MySQL on Mac OS X? If so, how have you found it - is it stable and non-buggy? Also, has anyone had any experience of using both MySQL *and* PHP together on Mac OS X? I would be very interested to hear anyone's

Re: MySql for Mac OS X

2001-05-16 Thread Ray Zimmerman
At 2:36 PM +0200 5/16/01, Robert Goeres wrote: I am looking for MySQL for Apple's Mac OS X (10.0.3). Up to now I have only found some old versions for Mac OS X Server or OS X Beta Any tips or hints? Try this ... http://www.versiontracker.com/moreinfo.fcgi?id=10425 --

Re: MySql for Mac OS X

2001-05-16 Thread Zachary Burnham
You can compile from source on OS X. I personally built 3.23.36 on 10.0 when it came out; right now it requires a couple of edits to the source code prior to compilation. The edit can be found here: http://www.mysql.com/doc/M/a/Mac_OS_X_Public_Data.html in the Comments section. Once you

Re: MySQL on Mac OS X (10.0)

2001-03-29 Thread Lindsay Adams
On 3/29/01 7:29 AM, "Tim Bauer" [EMAIL PROTECTED] wrote: Dear Friends, Sorry for the stupid question, but are any of the distributions available out there for the newly released Mac OS X. I see two on MySQL download pages: MacOS X Server (PowerPC) [apple-rhapsody5.5-powerpc] 3.23.27

RE: MySQL for Mac OS X Beta

2001-02-27 Thread C. Duncan Hudson
I would like to know where I can get the MySQL build for Mac OS X Beta? Or, if anyone has built it from the source? Thanks, Manoj Manoj, You can get a binary installation here: http://homepage.mac.com/LightyearDesign/MacOSX/ . I'm using it and it's working just fine. Now if only I could