Re: OS X 10.2.2: MySQL is running but I can not acces it with theterminal

2002-12-15 Thread Paul DuBois
At 18:54 +0100 12/15/02, Helmuth Lutz wrote: Hello together, Early this year I created some test-db's. They are still accessable via the Internet-Explorer. Today I wanted to make some changes to the structure but could not access MySQL. Please can anybody help me what is possibly wrong? Can it

Re: OS X 10.2.2 Can not access mysql with the terminal

2002-12-15 Thread Paul DuBois
At 21:43 +0100 12/15/02, Helmuth Lutz wrote: Does anybody have an idea: - WHY does my currently installed MySQL 3.23.46 start at System-Start? Becasue something or someone installed the proper startup stuff under System/Library/StartupItems. - WHY do the currently installed db's work within

MySQL on Mac OS X S 10.2

2002-12-14 Thread tlr7425
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

a Mac OS X MySQL graphical client

2002-11-27 Thread Walter Johnson
For a good choice of Mac sql GUI's, search Google for mysql gui. W Johnson - This message sent using EMUmail -- http://www.emumail.com - Jumping through hoops to get E-mail on the

mysql install on OS X

2002-11-27 Thread Chris Herold
i'm trying to install MySQL 3.23.53 on OS X. It seemed pretty easy as i followed the directions on the devshed website, but when i to make (for the compile) it all came to a halt. i have included the entire install session below: from decompressing the .tar.gz file, to the completion

Re: mysql install on OS X

2002-11-27 Thread christophe barbe
I use the binary from : http://www.entropy.ch/software/macosx/ Christophe On Wed, Nov 27, 2002 at 12:35:45PM -0800, Chris Herold wrote: i'm trying to install MySQL 3.23.53 on OS X. It seemed pretty easy as i followed the directions on the devshed website, but when i to make

Mac OS X installation problem...

2002-11-26 Thread Michael Burbidge
I installed the MySQL (mysql-3.23.51) package from VersionTracker.com on my Titanium PowerBook running Mac OS X 10.2. Whenever I execute any mysql command I get the following error: dyld: ./mysql Undefined symbols: ./mysql undefined reference to _BC expected to be defined in /usr/lib

Re: Mac OS X installation problem...

2002-11-26 Thread Peter Abilla
PowerBook running Mac OS X 10.2. Whenever I execute any mysql command I get the following error: dyld: ./mysql Undefined symbols: ./mysql undefined reference to _BC expected to be defined in /usr/lib/libSystem.B.dylib ./mysql undefined reference to _PC expected to be defined in /usr/lib

YourSQL: a Mac OS X MySQL graphical client

2002-11-26 Thread Paul DuBois
Not sure if this has been mentioned here yet, but there's a graphical client named YourSQL available for Mac OS X. It runs native with an Aqua interface. Acts something like the DBTools and MySQLFront apps that run on Windows. http://www.osdir.com/modules.php?op=modloadname=Newsfile=articlesid

Mac OS X installation instructions...

2002-11-22 Thread Michael Burbidge
I'm trying to install the pre-built version of MySQL on Mac OS X. Can someone point me at installation instructions? Thanks, Michael- - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

MySQL stops working on OS X Server 10.2.1

2002-11-18 Thread Bill Leonard
Hey all, All of a sudden, we are having MySQL (3.23.51) quit serving, running on OS X Server (10.2.1). This particular box has been running flawlessly for a month. There are about 140 databases on it. When I log in via command line and do a show databases; I get this: ++ | Database

MySQL quits serving on Mac OS X Server 10.2

2002-11-18 Thread Bill Leonard
Hello all, All of a sudden, we are having MySQL (3.23.51) quit serving, running on OS X Server (10.2.1). This particular box has been running flawlessly for a month. There are about 140 databases on it. When I log in via shell and do a show databases; I get this: ++ | Database

Re: MySQL quits serving on Mac OS X Server 10.2

2002-11-18 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 18 November 2002 13:37, Bill Leonard wrote: All of a sudden, we are having MySQL (3.23.51) quit serving, running on OS X Server (10.2.1). This particular box has been running flawlessly for a month. There are about 140 databases

Re: MySQL quits serving on Mac OS X Server 10.2

2002-11-18 Thread Dan Nelson
In the last episode (Nov 18), Lenz Grimmer said: You have experienced a bug that Mac OS X seems to have inherited from FreeBSD, which shows a similar behaviour. For a very detailed description, see this entry in Jeremy's blog http://jeremy.zawodny.com/blog/archives/000264.html#000264

Re: MySQL quits serving on Mac OS X Server 10.2

2002-11-18 Thread Jeremy Zawodny
On Mon, Nov 18, 2002 at 09:54:21AM -0600, Dan Nelson wrote: In the last episode (Nov 18), Lenz Grimmer said: You have experienced a bug that Mac OS X seems to have inherited from FreeBSD, which shows a similar behaviour. For a very detailed description, see this entry in Jeremy's blog

Granting access to MySQL via OS X

2002-11-05 Thread Mark S Lowe
So I have a beautiful installation of mySQL. I now need to open the pipe to my 3306 port to the outside world directly. When I have people ping my IP, they get a restricted bounce error message. I assume there is a configuration file that needs to be backed off, but I can't seem to find

Re: Granting access to MySQL via OS X

2002-11-05 Thread David Buxton
On Tuesday, November 5, 2002, at 10:40 am, Mark S Lowe wrote: So I have a beautiful installation of mySQL. I now need to open the pipe to my 3306 port to the outside world directly. When I have people ping my IP, they get a restricted bounce error message. I assume there is a configuration

Re: Granting access to MySQL via OS X

2002-11-05 Thread Jim Dickenson
13:23:32 + To: [EMAIL PROTECTED] Subject: Re: Granting access to MySQL via OS X On Tuesday, November 5, 2002, at 10:40 am, Mark S Lowe wrote: So I have a beautiful installation of mySQL. I now need to open the pipe to my 3306 port to the outside world directly. When I have people

mysqladmin -f forgets -u user on Mac OS X 10.2

2002-10-24 Thread Richard Brooksby
. This occurs on Mac OS X 10.2.1, but not on FreeBSD 4.7 with 3.23.52. How-To-Repeat: Grant user bugs access to gdr_bugs.*, then mysqladmin -f -u bugs drop gdr_bugs Fix: Submitter-Id: [EMAIL PROTECTED] Originator:[EMAIL PROTECTED] Organization: Ravenbrook

Re: logging into mysql on mac os x

2002-10-22 Thread Brent Baisley
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.

Re: why so late with Mac OS X versions?

2002-10-21 Thread Jan Steinman
From: Ray Kiddy [EMAIL PROTECTED] Can someone tell me what the holdup is in getting binaries built for Mac OS X? Uhm, volunteer labor? Marc Liyanage has been doing MacOS X binaries in Switzerland. When I lived there, they took month-long vacations, two-hour lunches, and frowned on weekend

Re: why so late with Mac OS X versions?

2002-10-21 Thread Michael T. Babcock
Ed Carp wrote: Marc Liyanage has been doing MacOS X binaries in Switzerland. When I lived there, they took month-long vacations, two-hour lunches, and frowned on weekend work. Maybe he has a life outside of MySQL? :-) How do I get a job in Switzerland? ;) Funny, that's exactly what I

logging into mysql on mac os x

2002-10-21 Thread Davinder
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

RE: why so late with Mac OS X versions?

2002-10-21 Thread Ed Carp
Marc Liyanage has been doing MacOS X binaries in Switzerland. When I lived there, they took month-long vacations, two-hour lunches, and frowned on weekend work. Maybe he has a life outside of MySQL? :-) How do I get a job in Switzerland? ;) sql, query

why so late with Mac OS X versions?

2002-10-20 Thread Ray Kiddy
Can someone tell me what the holdup is in getting binaries built for Mac OS X? I notice on the www.mysql.com web page that the latest version of the binaries available of the is 4.0.3. Why is this? If somebody can point to the cause of the logjam, there might be something I can do about

Cannot install mysql on OS X 10.2

2002-10-01 Thread Philip Lavine
To all,   I can not configure mysql on OS X, using the latest build for that OS.   Thanks - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive

Re: Cannot install mysql on OS X 10.2

2002-10-01 Thread Joel Rees
Philip Lavine scrawled To all, I can not configure mysql on OS X, using the latest build for that OS. Oh? Thanks Sure. (I'm not telepathic. What error messages and/or misbehavior are you getting during the install?) -- Joel Rees [EMAIL PROTECTED

Re: Unable to execute mysql on OS X

2002-09-20 Thread Clayburn W. Juniel, III
On Thursday, September 19, 2002, at 10:22 PM, Jacques-Yves Mac wrote: Hi, MY_system:= macos 10.2 Darwin kernel version:= 6.0 Mysql server version:= 3.23.52 Mysql server is installed and work great except... I can't run the mysql executable localted in the bin directory

Unable to execute mysql on OS X

2002-09-19 Thread Jacques-Yves Mac
Hi, MY_system:= macos 10.2 Darwin kernel version:= 6.0 Mysql server version:= 3.23.52 Mysql server is installed and work great except... I can't run the mysql executable localted in the bin directory The terminal returns me: dyld: bin/mysql Undefined symbols: bin/mysql

anyone using OS X server and publishing mySQL?

2002-09-18 Thread Bill Reynolds
I'm considering moving a mySQL dbase off an expensive ISP and in-house to host ourselves on OSX Server. Has anyone tried this? Any advice or warnings? Thanks! -Bill - Before posting, please check:

Re: anyone using OS X server and publishing mySQL?

2002-09-18 Thread Brent Baisley
I'm not running on OSX Server, but I am running on regular OSX without any problems. I just downloaded v4 of MySQL and am trying to play with it on my laptop. I'm getting path errors when trying to run it, but I haven't played with it much yet. You can download v3 from www.entropy.ch, which

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 Innodb

mysql on OS X PROBLEM!

2002-09-12 Thread philipp ringli
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: mysql Current user: root@localhost Current pager: stdout Using

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 to add

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

Cron and mysqlimport on OS X 10.2

2002-09-12 Thread Warren, Keith
I've created a mysql database solutions that works perfectly in Mac OS X 10.1.4. However, I've purchased a new G4 running 10.1.2 (Jaguar) and I'm having one problem. I need to update the database every 5 minutes with sports scores that are exported from another system. I'm using

Re: Cron and mysqlimport on OS X 10.2

2002-09-12 Thread walt
Warren, Keith wrote: I've created a mysql database solutions that works perfectly in Mac OS X 10.1.4. However, I've purchased a new G4 running 10.1.2 (Jaguar) and I'm having one problem. I need to update the database every 5 minutes with sports scores that are exported from another system

RE: Cron and mysqlimport on OS X 10.2

2002-09-12 Thread Warren, Keith
, 2002 4:16 PM To: Warren, Keith Cc: [EMAIL PROTECTED] Subject: Re: Cron and mysqlimport on OS X 10.2 Warren, Keith wrote: I've created a mysql database solutions that works perfectly in Mac OS X 10.1.4. However, I've purchased a new G4 running 10.1.2 (Jaguar) and I'm having one

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: mysql

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.23.51, for apple

mysql on OS X PROBLEM!

2002-09-11 Thread philipp ringli
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: mysql Current user: root@localhost Current pager: stdout Using

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: mysql

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

[Bug] compile problem on Mac OS X 10.2

2002-09-06 Thread Ray Kiddy
-DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_D ONT_BREAK_READ MAX_C_OPTIMIZE=-O with_named_curses= fi ;; Change: with_named_curses= to: with_named_curses=-ltermcap ... and then it builds. Voila! Note, this is for Mac OS X 10.2, and not earlier Mac OS X systems. thanx - ray

port problems with OS X client libraries

2002-09-06 Thread Adam Arrowood
Another Mac OS X problem... verified in 10.1 and 10.2 I'm guessing that the mysql client libraries don't support the port option (-P or --port=)... On both 10.1 and 10.2, I can't get mysql, mysqladmin, or mysqlshow (the on three I've tried) to connect to a mysql server on any port other than

bug with stopping mysql 3.23.52 on Mac OS X 10.2 ?

2002-09-05 Thread Adam Arrowood
Hi (I tried posting this to bugs@lists, but got rejected..), I have a brand new installation of Mac OS X 10.2 (client), with the developer tools (including the August 2002 Dev Tools update). Using the system's gcc 3.1, I compiled mysql 3.23.52 with: /configure --prefix=/usr/local/mysql

compiling 4.0.3 on OS X 10.2

2002-09-04 Thread nellA hciR
iH getting the following after issueing ./configure --mandir=/usr/local/share/man/ --with-innodb make ld: Undefined symbols: _tgoto _tputs _tgetent _tgetflag _tgetnum _tgetstr make[2]: *** [mysql] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 anyone have

FW: Mysql 3.23.52 fails compile on OS X 10.2

2002-08-31 Thread John J. Rushford
-- Forwarded Message From: John J. Rushford [EMAIL PROTECTED] Date: Sun, 01 Sep 2002 00:04:08 -0600 To: [EMAIL PROTECTED] Subject: Mysql 3.23.52 fails compile on OS X 10.2 Greetings, Downloaded mysql 3.23.52 from the mysql web site and ran into compile failures in the mysql client

Won't compile on Mac OS X 10.2

2002-08-25 Thread Mitch Leung
Dear Sir, MySQL 3.23.52 won't compile on Mac OS X 10.2 based on Darwin 6.0 which comes pre-installed with gcc 3.1 I don't want to uninstall it as it would probably bring down other major functions of the new system. Regards, Mitch Leung -- __ __ __ __ _ _ Mitch Leung

Re: Won't compile on Mac OS X 10.2

2002-08-25 Thread Ray Kiddy
I got MySQL 4.0.2-alpha compiled on Mac OS X 10.2 (final version - Jaguar6C115). I am having problems with getting any client to connect to it, so perhaps I am doing something else wrong, which is possible since I am new to MySQL First I tried: ./configure --with-named-curses-libs

Re: Won't compile on Mac OS X 10.2

2002-08-25 Thread Joel Rees
For some reason my client sub-directory did not get re-named to bin and, as I said, I cannot connect. Keep getting: % mysql ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) The one time I got MySQL running under Mac OS X (10.1), I had to mkdir

Re: Won't compile on Mac OS X 10.2

2002-08-25 Thread Calvin Hill
On 8/25/02 11:36 PM, Joel Rees [EMAIL PROTECTED] wrote: For some reason my client sub-directory did not get re-named to bin and, as I said, I cannot connect. Keep getting: % mysql ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) You might want to take

MySQL 3.23.51 install on OS X

2002-08-10 Thread Alex Pilson
I am installing a new MySQL installation on a new Xserve and I am getting this message; [xserve:/usr/local/mysql] admin% sudo ./scripts/mysql_install_db Sorry, the host 'xserve' could not be looked up. Please configure the 'hostname' command to return a correct hostname. If you want to solve

Re: MySQL 3.23.51 install on OS X

2002-08-10 Thread trogers
try using localhost. you have to set the hostname in the install script. on 8/10/02 1:08 PM, Alex Pilson, typed: I am installing a new MySQL installation on a new Xserve and I am getting this message; [xserve:/usr/local/mysql] admin% sudo ./scripts/mysql_install_db Sorry, the host

Re: Problem: MySQL Client Mac OS X 10.2 (Jaguar: Build 6C106)

2002-07-28 Thread Ian Fieldhouse
On 26/7/02 6:07 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Binary builds often break when tried with a newer version of Mac OS X than the one they were built on. Can you try building from source? I tried building with the following configure options: ./configure --without-server

Problem: MySQL Client Mac OS X 10.2 (Jaguar: Build 6C106)

2002-07-27 Thread Ian Fieldhouse
Hi, Is anybody else having a problem using the MySQL client with Mac OS X 10.2 (Jaguar: Build 6C106)? When I try to connect to the server on 'localhost' I get the following: dyld: ./bin/mysql Undefined symbols: ./bin/mysql undefined reference to _BC expected to be defined in /usr/lib

Re: Problem: MySQL Client Mac OS X 10.2 (Jaguar: Build 6C106)

2002-07-26 Thread Paul DuBois
At 13:24 +0100 7/26/02, Ian Fieldhouse wrote: Hi, Is anybody else having a problem using the MySQL client with Mac OS X 10.2 (Jaguar: Build 6C106)? When I try to connect to the server on 'localhost' I get the following: dyld: ./bin/mysql Undefined symbols: ./bin/mysql undefined reference to _BC

Enabling MySQL on Mac OS X Server

2002-07-12 Thread tlr7425
the --force option to install the default dbases. I will say that my particular problem may be due to my lack setting my host name correctly. I have very recently installed OS X Server (10.1.4) just so I could try this on a clean system. I don't understand too much about host names, here's what I

MAC OS X Install.

2002-07-11 Thread A . John Peters
I have installed mysql on OS X server. I used the pkg install. Everything appears to have run fine except when I do safe_mysqld the daed starts and stops. See error log below. Any ideas? 020701 19:46:50 mysqld started 020701 19:46:50 /Library/mySQL/libexec/mysqld: Table 'mysql.host

MAC OS X Server

2002-07-11 Thread A . John Peters
New error msg, I think I have permissions right 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 8:37:57 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno : 13) 020711 8:37:57

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

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

problems with replication in mac os x

2002-07-08 Thread Gabriel Ricard
Hi, I've got a replication setup with 3.23.51 on two boxes running Mac OS X. For some reason, ALTER TABLE statements, and DELETE FROM TABLE statements (with no where or limit clause), don't seem to be replicated to the slave. Has anyone else experienced problems like this? sql,query

Re: MySQL stability on OS X

2002-06-19 Thread Aryan Schmitz
Clay, Thank you, this sounds very promissing! I will try this and let you know if it helps. This will take a few weeks because the vacation is here soon. /Aryan Aryan, I faced a similar problem, as have a few other people on the list, it seems. On the recommendation of another Mac OS X

Re: MySQL stability on OS X

2002-06-19 Thread Marc Liyanage
Hi all, I faced a similar problem, as have a few other people on the list, it seems. On the recommendation of another Mac OS X MySQL user (the extremely helpful Tony Niesz), I compiled my own MySQL server (rather than using the one Apple distributes or the binary Marc Liyanage

MySQL stability on OS X

2002-06-18 Thread Aryan Schmitz
Hi, Is anyone using MySQL with PHP and Apache on Darwin/OS X as a dynamic content webserver with medium/high load? We have had al lot of MySQL crashes (once a week) on a 400Mhz G4 getting an average of 5 SQL queries per second and eventually had to move the database to an old Linux 160Mhz

Re: MySQL stability on OS X

2002-06-18 Thread Clay Loveless
Aryan, I faced a similar problem, as have a few other people on the list, it seems. On the recommendation of another Mac OS X MySQL user (the extremely helpful Tony Niesz), I compiled my own MySQL server (rather than using the one Apple distributes or the binary Marc Liyanage maintains). Prior

Compilation Error on Mac OS X

2002-06-08 Thread Tom Harris
in any of the material about compilation on OS X. Can anyone answer my rather convoluted question? Thanks. James Harris - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

Re: Compilation Error on Mac OS X

2002-06-08 Thread Phil Dobbin
on the internet seems to indicate that this header file (dlfcn.h) is not included with the Apple Developer Kit [...] Is it necessary for me to go through the process of installing the 'dlcompat' package and if so, I wonder why that is not mentioned in any of the material about compilation on OS X

OT GUI front-end on Mac OS X?

2002-06-04 Thread Andrew Gould
Is anyone successfully accessing MySQL from Mac OS X via a GUI front-end? Any advice? Thanks, Andrew __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com

Re: OT GUI front-end on Mac OS X?

2002-06-04 Thread Ray
SQL4X Manager by InterServices has worked for me, it doesn't have much for meta edit guis though (alter tables and grant/revoke users) On Tuesday 04 June 2002 8:05, you wrote: Is anyone successfully accessing MySQL from Mac OS X via a GUI front-end? Any advice? Thanks, Andrew

restarting MySQL on OS X

2002-05-21 Thread Alex Pilson
I was wondering if anyone knew the proper way to restart MySQL on OS X? I did mysqladmin -p shutdown then safe_mysqld...is this the same as if the machine started up? -- --- Alex Pilson FlagShip Interactive, Inc. [EMAIL

Re: restarting MySQL on OS X

2002-05-21 Thread jake williamson 28
at [EMAIL PROTECTED] wrote: I was wondering if anyone knew the proper way to restart MySQL on OS X? I did mysqladmin -p shutdown then safe_mysqld...is this the same as if the machine started up? - Before posting, please check

Re: restarting MySQL on OS X

2002-05-21 Thread Jim Dickenson
There is a link for mysql-startupitem.pkg.tar.gz on http://www.entropy.ch/software/macosx/mysql/ This will install the startup stuff needed to do what you want. On 5/21/2002 5:43 AM, Alex Pilson [EMAIL PROTECTED] wrote: I was wondering if anyone knew the proper way to restart MySQL on OS X

Re: restarting MySQL on OS X

2002-05-21 Thread Reid Sutherland (mysql)
Alex Pilson wrote: I was wondering if anyone knew the proper way to restart MySQL on OS X? I did mysqladmin -p shutdown then safe_mysqld...is this the same as if the machine started up? Not exactly the same. But for intents and purposes it does what you want. If you want to truly make

Re: restarting MySQL on OS X

2002-05-21 Thread Alex Pilson
At 9:20 AM -0400 5/21/02, Reid Sutherland (mysql) wrote: Alex Pilson wrote: I was wondering if anyone knew the proper way to restart MySQL on OS X? I did mysqladmin -p shutdown then safe_mysqld...is this the same as if the machine started up? Not exactly the same. But for intents and purposes

Re: restarting MySQL on OS X

2002-05-21 Thread Egor Egorov
Alex, Tuesday, May 21, 2002, 3:43:16 PM, you wrote: AP I was wondering if anyone knew the proper way to restart MySQL on OS X? AP I did mysqladmin -p shutdown then safe_mysqld...is this the same as AP if the machine started up? mysqladmin shutdown - takes down your MySQL server. Using

Looking for OS X Developer

2002-05-17 Thread Rich Fortnum
Hi there. I'm looking for a BSD developer to start talks about developing on OSX. Components: - Darwin (Macintosh OS X Open Source) - MySQL - HylaFax If anybody knows where I can find a developer to do this, I would appreciate a quick note. Please contact me via email. Cheers

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

MySQL on Mac OS X

2002-05-12 Thread Phil Dobbin
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

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:

MySQL on Mac OS X

2002-05-06 Thread Phil Dobbin
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

Re: MySQL on Mac OS X

2002-05-06 Thread Sven Bentlage
6, 2002, at 07:42 PM, Phil Dobbin wrote: 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

Re: MySQL on Mac OS X

2002-05-06 Thread Phil Dobbin
check the user/host table? Thanks for your help, Regards, Phil. On Monday, May 6, 2002, at 07:42 PM, Phil Dobbin wrote: 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

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

Mac OS X connection error

2002-05-06 Thread Bernardo Zuniga
Hi, I've installed MySQL through the entropy.ch installer. Everything works fine in the command line utillity but when I try to connect a php script i get this error message: Host 'localhost.127.in-addr.arpa' is not allowed to connect to this MySQL server I have tried various times to correc

Newbie - Mac OS X install question

2002-04-29 Thread [EMAIL PROTECTED]
I am getting this error when I try to run safe_mysqld /usr/local/mysql/bin/safe_mysqld --user=mysql 020429 12:42:46 mysqld started 020429 12:42:46 /usr/local/mysql/libexec/mysqld: Table 'mysql.host' doesn't exist 020429 12:42:46 mysqld ended Where is the mysql.host located? How can I

Re: Newbie - Mac OS X install question

2002-04-29 Thread Paul DuBois
At 13:27 -0400 4/29/02, [EMAIL PROTECTED] wrote: I am getting this error when I try to run safe_mysqld /usr/local/mysql/bin/safe_mysqld --user=mysql 020429 12:42:46 mysqld started 020429 12:42:46 /usr/local/mysql/libexec/mysqld: Table 'mysql.host' doesn't exist 020429 12:42:46 mysqld ended

Re: Newbie - Mac OS X install question

2002-04-29 Thread [EMAIL PROTECTED]
Cool :) works like a charm!! Thanks. On 4/29/02 1:54 PM, Paul DuBois [EMAIL PROTECTED] wrote: At 13:27 -0400 4/29/02, [EMAIL PROTECTED] wrote: I am getting this error when I try to run safe_mysqld /usr/local/mysql/bin/safe_mysqld --user=mysql 020429 12:42:46 mysqld started 020429

AW: AW: MySQL on OS X

2002-04-26 Thread Markus Ungersboeck
on OS X Markus -Ursprungliche Nachricht- Von: Erik Price [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 25. April 2002 17:33 An: Markus Ungersboeck Cc: [EMAIL PROTECTED] Betreff: Re: AW: MySQL on OS X Greetings from Massachusetts (USA), On Thursday, April 25, 2002, at 11:04 AM

MySQL on OS X

2002-04-25 Thread Markus Ungersboeck
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 or directory, errno = 2) Installation of grant tables failed! Where can I get

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

AW: MySQL on OS X

2002-04-25 Thread Markus Ungersboeck
- 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

Re: AW: MySQL on OS X

2002-04-25 Thread Erik Price
on the same level, I'm going to tell you some information you probably already know: - Developer tools provide you with a compiler that you need to build C and C++ (and other languages) source code into binary code - There are two different ways to put MySQL on your Mac OS X system: Install

GRANT questions on OS X.

2002-04-19 Thread Alex Pilson
Why is this producing a syntax error at the %? This is supposed to create a global user, yes? GRANT ALL ON *.* TO myuser@% IDENTIFIED BY mypassword; Is there a quick command to show all GRANTS? or Users? -- - Alex Pilson FlagShip

Re: GRANT questions on OS X.

2002-04-19 Thread Alex Pilson
At 12:59 PM -0500 4/19/02, Paul DuBois wrote: Why is this producing a syntax error at the %? This is supposed to create a global user, yes? GRANT ALL ON *.* TO myuser@% IDENTIFIED BY mypassword; myuser@% Andrew Hazen emailed me to use single quotes and it worked. So does mysql care if it is

<    1   2   3   4   5   6   7   >