Am 17.04.2013 17:29, schrieb Larry Martell:
> On Wed, Apr 17, 2013 at 8:32 AM, Reindl Harald 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 find any
AM, Reindl Harald
>>> 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-
On Wed, Apr 17, 2013 at 8:32 AM, Reindl Harald wrote:
>
>
> Am 17.04.2013 15:32, schrieb Larry Martell:
>> On Tue, Apr 16, 2013 at 11:31 AM, Reindl Harald
>> wrote:
>>> Am 16.04.2013 18:34, schrieb Larry Martell:
>>>> I just set up mysql on M
Am 17.04.2013 15:32, schrieb Larry Martell:
> On Tue, Apr 16, 2013 at 11:31 AM, Reindl Harald
> 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 wit
On Tue, Apr 16, 2013 at 11:31 AM, Reindl Harald 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/lo
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/mys
time it turn out to be Time
> Machine. Ask around on those lists.
I'm not running time machine on this box. I realize it's Mac specific,
I just thought someone here might have experienced and solved this.
Thanks for the reply.
> On Tue, Apr 16, 2013 at 12:34 PM, Larry Martell
>
3 at 12:34 PM, Larry Martell wrote:
> 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.p
It mentions that root in MySQL has nothing to do with the root of Mac
OSX, but I need to know if MySQL being unprotected in this way has
opened a door for hackers.
it means that they can do whatever they want to the mysql db's without
being prompted for a password. This does not mean th
I am in the process of installing MySQL and PHP on my Mac following
instruction in a book written by a chap called David Powers. I have
come to a section that is called 'Securing MySQL on Mac OSX'.
Basically it states that MySQL is up and running with a default
account of '
Hi, I constantly keep receiving this kind of error:
mariuszlenks-ibook-g4:~ mariuszlenk$ cd /usr/local/mysql
mariuszlenks-ibook-g4:/usr/local/mysql mariuszlenk$ sudo ./bin/mysqld_safe
Password:
./bin/mysqld_safe: line 1: ./bin/my_print_defaults: cannot execute binary file
./bin/mysqld_safe: line 1
Those message are kind of odd, even on a messed up system. I would
first run the repair privileges in the disk utility for good measure,
then delete all traces of MySQL and just start over. MySQL should be
in /usr/local/mysql. To remove it just type:
sudo rm -R /usr/local/mysql
Then try ins
Hi,
I've downloaded the "mysql-max-4.1.15-apple-darwin8.2.0-powerpc.dmg"
and tried to install it, but I keep on getting the error "You cannot
continue. There is nothing to install".
I've also tried the "mysql-max-5.0.16-osx10.4-powerpc.dmg" and the
"mysql-standard-4.1.15-apple-darwin8.2.0-p
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
July 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 compilin
said something like:
> We've just bought a new Power Mac G5 Macintosh computer for the office and
> I'll be needing to do some database engineering work using it. I've never
> worked with mySQL on MAC, so I really have no experience with what happens
> on a MAC.. Anyon
Astrum Et Securis
We've just bought a new Power Mac G5 Macintosh computer for the office and
I'll be needing to do some database engineering work using it. I've never
worked with mySQL on MAC, so I really have no experience with what happens
on a MAC.. Anyone here who works with
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,
moddi3,
G'day Bob
>> I'm a novice Unix user, and I can't get MySQL set up properly on my
>> Mac. It seems to have installed OK, but when I try to run the
>> mysql_install_ db script, I get errors. I can't set the root password
>> either that the documentation tells me to.
There is an alternative inst
Bob Goldberg <[EMAIL PROTECTED]> wrote:
> I'm a novice Unix user, and I can't get MySQL set up properly on my
> Mac. It seems to have installed OK, but when I try to run the
> mysql_install_ db script, I get errors. I can't set the root password
> either that the documentation tells me to.
What
Once you get everything up and running, and get the basics of MySQL
down, here are some tools that can make database administration on the
Mac a little simpler in terms of doing every day things, like creating
databases, tables, searching, sorting and exporting:
Cocoa MySQL- http://versiontrack
iH
you may find this site helpful in getting MySQL running for the first
time
http://www.entropy.ch/software/macosx/mysql/
also recommend that you spend some time learning how to be root, unix
permissions, etc
- hcir
On Thursday, Aug 21, 2003, at 22:53 America/Anchorage, Bob Goldberg
wrote:
I'm a novice Unix user, and I can't get MySQL set up properly on my
Mac. It seems to have installed OK, but when I try to run the
mysql_install_ db script, I get errors. I can't set the root password
either that the documentation tells me to.
As background, I just want to use MySQL to work with
Todd and Guys,
Your advice helped me too. I think either Apple screwed up when set up
/tmp directory to be writeable by root only or since MySQL package has bug
or shall be installed ONLY as root user.
- Nicos
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To
Nicos,
Actually, MySQL should be installed by an administrator, but it should
be executed by root, which would permit the writing to the tmp dir.
Meaning everytime you kick off MySQL server, you'll need to do so as
root. This is usually how I dow it:
cd /usr/local/mysql
sudo echo
sudo ./bin/my
I figured out what happened, though I don't know when it happened...
I had screwed up the permissions for the /tmp/ directory, so the mysql
user could not create the socket it needed there. A well-placed chmod
and things are back in working order.
Thanks to all for the suggestions,
Todd
--
MySQ
Check your permissions in /usr/local/mysql, I think the package leaves
some incorrectly set.
The exact problem is usually logged in
/usr/local/mysql/data/.err this file is invaluable
Cheers!
--s
On Wednesday, July 2, 2003, at 09:24 AM, Todd O'Bryan wrote:
OK. I've verified that no mysqld is
OK. I've verified that no mysqld is running using Egor's command from
below, and
by using netstat (which someone else suggested) there is nothing
listening on port 3306.
Any new ideas?
Thanks,
Todd
On Wednesday, July 2, 2003, at 09:51 AM, Egor Egorov wrote:
"Todd O'Bryan" <[EMAIL PROTECTED]>
"Todd O'Bryan" <[EMAIL PROTECTED]> wrote:
> Something bad has happened. MySQL was up and running on my machine, but
> now it's not and I have a chicken and egg problem that I can't seem to
> solve...
>
> I uninstalled any old versions of MySQL and I'm using the package
> installer of version 4.
If you did not shutdown the server prior to the upgrade, you could have
left mysqld running, even after its socket was removed.
Use ps to see if mysqld is still running, and kill it if necessary.
Todd O'Bryan wrote:
Something bad has happened. MySQL was up and running on my machine,
but now it'
Something bad has happened. MySQL was up and running on my machine, but
now it's not and I have a chicken and egg problem that I can't seem to
solve...
I uninstalled any old versions of MySQL and I'm using the package
installer of version 4.0.13 on Mac OS 10.2.6.
When I "cd /usr/local/" and "s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
thanks for reporting this. I assume, you used the MySQL package from
mysql.com?
On Thu, 6 Mar 2003, Perry Arnold wrote:
> I installed the MySQL binary (4.0.11-gamma package) on my Mac OS X
> machine (version 10.2.4) and I couldn't get it to star
>Description:
I installed the MySQL binary (4.0.11-gamma package) on my Mac OS X
machine (version 10.2.4) and I couldn't get it to start up. When I run
bin/mysqld_safe, I kept getting the error "Fatal error: Can't open
privilege tables: Table 'mysql.host' doesn't exist" [note: I later
figured
greetings nug
we ar estuck in a project to connect to mySQL running on Mac OS X, through
TCP/IP, please suggest
regards, ram
--
+--+
Mac Solutions
http://www.macsolutionsindia.com +91 98102 70848
Ok, got the Apple OX XS 10.2 MySQL install happening.
The ENTIRE reason I have had s many problems getting going with the
Apple installed MySQL (Mac OS XS 10.2) is because:
The MySQL Manager (/Applications/Utilities) will run the initial
'mysql_install_db' script, it may not start mysqld up
Well, I think I ALMOST have figured out how to get the Apple installed
MySQL running on Mac OS X Server 10.2 (not an XServe). I have it
running but still have some issues:
(Apple installs the mysql in /usr/share as opposed to /usr/local... as
far as I can tell.)
I am having trouble with 2 thi
The command is th same on just about all systems:
mysql -u username -p
You would then be prompted for the password. These are mysql username
and passwords, not os level users. Typically the user would be root,
meaning the mysql root user, not OSX root user.
MySQL has to be running too.
safe_mys
Hi everyone,
I'm a newbie to mysql and i'm trying to log into the mysql monitor from
the terminal in mac os x (10.2.1). I was able to do it when i
installed the system but for the life of me i can not figure out how to
go back into it. Whenever i type the commands the articles i read say
it n
I'm new to the list trying to run Php & Mysql on the Apache server
built-in Mac OSX.
I'm running with the following error :
[localhost:/usr/local/mysql] pierreva% mysql
ERROR 2002: Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (2)
[localhost:/usr/local/mysql] pierreva%
Can
Does anyone know if these instructions actually work?
(they didn't for me)
http://cerebus.sandiego.edu/~jerry/UnixTips/mysql.html
I'd like to fix them up so I and others never have to seek this out again,
tall order?
Who can help me?
after I followed these the server didn't start.
I had to use
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.c
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:
>
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]
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 permiss
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 permissions
errors I was getting).
When I try to ente
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:
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 connectio
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 6
Hi.
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 get the following error:
[localhost:~] phil% mysql
Welcome to the MySQL monitor. Commands end
At 12:01 -0500 3/25/02, Gabriel Ricard wrote:
>I've been watching the mysql.com downloads page for a while and it
>doesn't seem like there's a build of 3.23.49 coming soon. The manual
>on mysql.com talks about a 3.23.50, is that the latest source
>distribution? What is 3.23.49a, which is listed
I've been watching the mysql.com downloads page for a while and it
doesn't seem like there's a build of 3.23.49 coming soon. The manual on
mysql.com talks about a 3.23.50, is that the latest source distribution?
What is 3.23.49a, which is listed for the downloads?
I'd like to get a build of 3.
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.
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
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?
James
__
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every
At 13:54 -0500 1/31/02, John Tsangaris wrote:
>I am trying to install mysql, DBI, and DBD::mysql on MacOS X.
>
>My problems are in the DBI and DBD::mysql part.
>
>
>Has anyone successfully installed the DBI and DBD::mysql perl modules on
>this platform?
>
>I'm running into troubles in the fact tha
I am trying to install mysql, DBI, and DBD::mysql on MacOS X.
My problems are in the DBI and DBD::mysql part.
Has anyone successfully installed the DBI and DBD::mysql perl modules on
this platform?
I'm running into troubles in the fact that, god bless them, whoever
decided to put unix on a mac
: Brandon Pearcy <[EMAIL PROTECTED]>
> > Date: Tue, 13 Nov 2001 18:37:52 -0700
> > To: [EMAIL PROTECTED]
> > Subject: HELP - Setting up MySQL on Mac OS X 10.0.4
> >
> > Hi Everyone,
> >
> > Has anyone successfully set up MySQL on Mac OS X 10.0.4 yet
> Has anyone successfully set up MySQL on Mac OS X 10.0.4 yet? If so,
> what distribution did you use? What special steps (if any) did you
> have to take? Every tutorial on this topic that I've found on the
> web so far, is either outdated or has simply has not worked
OTECTED]>
> Date: Tue, 13 Nov 2001 18:37:52 -0700
> To: [EMAIL PROTECTED]
> Subject: HELP - Setting up MySQL on Mac OS X 10.0.4
>
> Hi Everyone,
>
> Has anyone successfully set up MySQL on Mac OS X 10.0.4 yet? If so,
> what distribution did you use? What special steps
Hi Everyone,
Has anyone successfully set up MySQL on Mac OS X 10.0.4 yet? If so,
what distribution did you use? What special steps (if any) did you
have to take? Every tutorial on this topic that I've found on the
web so far, is either outdated or has simply has not worked for me.
T
This site has precompiled MySQL binaries for Mac OS X:
http://www.entropy.ch/software/macosx/mysql/
It also has easy to follow installation instructions. You need to use
your Users utility to add the MySQL user instead of the useradd and
groupadd commands. Complete instructions are at the site
I am having a few problems with the install.
First off Mac OS X does not support the groupadd or useradd
commands.
Next the scripts/mysql_install_db fails and tells me to look for
more i\
nformation in ./data logs, however in the data directory there are no
log files\
.
>How
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 intere
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 thoughts on this,
regards
Paul
--
m and click on the OS X section and do a search for
"SQL" you will find a lot of tools to help you out.
Troy
On Wednesday, September 12, 2001, at 05:03 AM, Paul Groves wrote:
> Has anyone had any experience of running MySQL on Mac OS X? If so, how
> have
> you found i
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 thoughts on this,
regards
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]
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 - MacOS X (PowerPC) [beta-apple-darwin1.2-powerpc]
Will either of t
68 matches
Mail list logo