Re: MySQL install on OS X Lion does not create root account

2011-11-15 Thread Michael Dykman
You showed us a link which explains how you uninstalled MySQL. Perhaps you could tell us how you installed it? IT would certainly shed some light on the subject. If you are using a pre-built package for OS/X, the issue is likely with the package. If you are installing from source, there is an in

MySQL install on OS X Lion does not create root account

2011-11-15 Thread Martin Mueller
I have been struggling with installing MySQL 5.5.17 on a Mac running OS 10.7. My machine had 5.5.15 on it. I keep getting user denied access messages (Error 1045). I thought at first it was a matter of a password not being flushed from a previous installation and went through repeated install an

Q on Mysql install on OS X (SNow Leopard)

2010-03-22 Thread Mitchell Maltenfort
For some reason, the thing doesn't show the problem I posted already about foreign keys, but what it won't let me do is drop a schema once I've created it. How do I change permissions so MySQL on OS X can delete directories? Thanks! -- MySQL General Mailing List For list

On OS X

2008-09-30 Thread J. Todd Slack
Hi All, On OS X, I have some Obj-C that creates NSTasks to execute some sql statements. What do I deploy on the client to make this work for them? I want to make it park of my package installer, but I dont know what pieces. Thoughts? -Jason -- MySQL General Mailing List For list

Re: Help with running MySQL 5 on OS X Leopard

2008-02-25 Thread Unnsse Khan
Yes, I did and what happens is that the 'xxx' becomes appended to the next line and the line after that asks the user for the password (which also fails). The way I got it working was this: mysql -u root -p Kindest regards, Unnsse On Feb 25, 2008, at 8:34 AM, fire9 wrote: Unnsse Khan 写道

Help with running MySQL 5 on OS X Leopard

2008-02-23 Thread Unnsse Khan
Hello there, I am running OS X Leopard on an Intel based iMac machine... Followed the instructions to a T and everything works as described in: http://hivelogic.com/articles/installing-mysql-on-mac-os-x/ Now, after running MySQL using launchd, when I try to login using: mysql -u root I get t

Help with running MySQL 5 on OS X Leopard

2008-02-23 Thread Unnsse Khan
Hello there, I am running OS X Leopard on an Intel based iMac machine... Followed the instructions to a T and everything works as described in: http://hivelogic.com/articles/installing-mysql-on-mac-os-x/ Now, after running MySQL using launchd, when I try to login using: mysql -u root I get t

Re: MySQL 5 on OS X Leopard

2008-02-12 Thread Unnsse Khan
, I am having problems running MySQL 5 on OS X Leopard... Nothing happens when I try to start MySQL in System Preferences. From the command line, this is the error I receive (when trying to start MySQL): ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/

Re: MySQL 5 on OS X Leopard

2008-02-11 Thread Grant Limberg
PROTECTED] On Feb 11, 2008, at 6:34 PM, Unnsse Khan wrote: Hello there, I am having problems running MySQL 5 on OS X Leopard... Nothing happens when I try to start MySQL in System Preferences. From the command line, this is the error I receive (when trying to start MySQL): ERROR 2002 (HY000

MySQL 5 on OS X Leopard

2008-02-11 Thread Unnsse Khan
Hello there, I am having problems running MySQL 5 on OS X Leopard... Nothing happens when I try to start MySQL in System Preferences. From the command line, this is the error I receive (when trying to start MySQL): ERROR 2002 (HY000): Can't connect to local MySQL server through s

Re: MySQL Install on OS X Leoperd

2007-10-26 Thread Craig Hoffman
This worked -- To fix the mySQL socket error, start mysql in terminal by doing this... sudo /usr/local/mysql/bin/safe_mysqld close Terminal, then open it again and put in these two... sudo mkdir /var/mysql/ sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock Restart Apache Should work until they

MySQL Install on OS X Leoperd

2007-10-26 Thread Craig Hoffman
Hi There, Has anyone been successful installing and running MySQL (current version) on the new Mac OS (Leopard)? __ Craig Hoffman iChat/AIM: m0untaind0g __ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubsc

Trouble compiling C on OS X

2006-09-27 Thread Tyler McMullen
First off, I apologize for the fact that I'm not more versed in the inner workings of GCC and linking libraries and etc, I'm a web developer and I'm just using C to try to cut down on some speed problems. This is my little test program: #include #include #include #include "mysql.h" MYSQL mysq

Re: MySQL 4.1.18-64 bit won't start after JS2E update on OS X

2006-04-22 Thread Geoffrey Sneddon
On 22 Apr 2006, at 06:30, Michael Stassen wrote: Are you saying the update changed the ownership, group, or permissions? I have had OS X updates change the permissions on / tmp 2 or 3 times in the past, but there was no change for me when I just installed JS2E 5.0 Release 4 update. Also, w

Re: MySQL 4.1.18-64 bit won't start after JS2E update on OS X

2006-04-21 Thread Michael Stassen
Geoffrey Sneddon wrote: On 21 Apr 2006, at 17:18, Geoffrey Sneddon wrote: After the JS2E 5.0 Release 4 update on Mac OS 10.4.6 on the 19th, MySQL 4.1.18 64-bit hasn't started. It begins to start up, before ending with "ERROR!". Any possible reasons/solutions? Did you check mysql's error lo

Re: MySQL 4.1.18-64 bit won't start after JS2E update on OS X

2006-04-21 Thread Geoffrey Sneddon
On 21 Apr 2006, at 17:18, Geoffrey Sneddon wrote: After the JS2E 5.0 Release 4 update on Mac OS 10.4.6 on the 19th, MySQL 4.1.18 64-bit hasn't started. It begins to start up, before ending with "ERROR!". Any possible reasons/solutions? Managed to fix it: /tmp was broken. /tmp should be

MySQL 4.1.18-64 bit won't start after JS2E update on OS X

2006-04-21 Thread Geoffrey Sneddon
After the JS2E 5.0 Release 4 update on Mac OS 10.4.6 on the 19th, MySQL 4.1.18 64-bit hasn't started. It begins to start up, before ending with "ERROR!". Any possible reasons/solutions? - Geoffrey Sneddon -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To un

Re: Case sensitivity problem (I think) on OS X

2006-03-16 Thread Paul DuBois
At 16:01 -0600 3/16/06, Sterling Anderson wrote: On Mar 16, 2006, at 3:49 PM, Paul DuBois wrote: This fails however. 'g/dl' != 'g/dL' though. I don't get why a string field is being treated this way. I understand the HFS+ filesystem is not case sensitive but that shouldn't be an issued with v

Re: Case sensitivity problem (I think) on OS X

2006-03-16 Thread Sterling Anderson
On Mar 16, 2006, at 3:49 PM, Paul DuBois wrote: This fails however. 'g/dl' != 'g/dL' though. I don't get why a string field is being treated this way. I understand the HFS+ filesystem is not case sensitive but that shouldn't be an issued with varchar fields should it? No, it's not a file

Re: Case sensitivity problem (I think) on OS X

2006-03-16 Thread Paul DuBois
At 15:22 -0600 3/16/06, Sterling Anderson wrote: I'm running MySQL 5.0.18 on OS X 10.4.5, on an intel MacBook. My table definition is: CREATE TABLE `UNIT` ( `UNIT_ID` int(11) NOT NULL auto_increment, `UNIT_CODE` varchar(50) default NULL, `UNIT_DESC` varchar(50) default NULL, `US

Case sensitivity problem (I think) on OS X

2006-03-16 Thread Sterling Anderson
I'm running MySQL 5.0.18 on OS X 10.4.5, on an intel MacBook. My table definition is: CREATE TABLE `UNIT` ( `UNIT_ID` int(11) NOT NULL auto_increment, `UNIT_CODE` varchar(50) default NULL, `UNIT_DESC` varchar(50) default NULL, `USER_ID` int(11) NOT NULL, `USER_DT` datetime NOT

Re: mysql on OS X tiger

2005-12-03 Thread untz
e the necessary privileges. MySQL said: Client does not support authentication protocol requested by server; consider upgrading MySQL client" Am using MySQL 5 on OS X Tiger... However, I can't seem to find the my.cnf file under /etc - it doesn't exist! Kindest regards, Unnsse On

Re: rollback after crash on OS X

2005-12-02 Thread Heikki Tuuri
day, December 02, 2005 8:07 PM Subject: rollback after crash on OS X Hello, Something weird happened on Wednesday: My Mac OSX Server unexpectedly restarted itself around 7PM. Everything seemed to be functional after that. However, I just noticed that basically a week worth of changes to a MyS

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

Re: mysql on OS X tiger

2005-12-02 Thread Brent Baisley
nning under Apache or the mysql client. This is a good security measure. You can change this by editing the /etc/my.cnf file, comment out the skip-networking line and restart mysql. On Dec 2, 2005, at 3:54 PM, YL wrote: I'm setting up a mysql server on OS X Tiger powerbook for develop

mysql on OS X tiger

2005-12-02 Thread YL
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 connect from Tiger to Win2k while not from win2k to Tiger. The

rollback after crash on OS X

2005-12-02 Thread Jaime Magiera
Hello, Something weird happened on Wednesday: My Mac OSX Server unexpectedly restarted itself around 7PM. Everything seemed to be functional after that. However, I just noticed that basically a week worth of changes to a MySQL database have disappeared. Gone. Vanished. Objects that were c

Re: Problem with MySQL 5 on OS X Tiger

2005-12-01 Thread Gleb Paharenko
Hello. Some tips from the manual could be helpful. See: http://dev.mysql.com/doc/refman/5.0/en/can-not-connect-to-server.html http://dev.mysql.com/doc/refman/5.0/en/starting-server.html untz wrote: > Hello there, > > I just downloaded the MySQL 5 Community Edition for OS X Tiger..

Re: Problem with MySQL 5 on OS X Tiger

2005-11-30 Thread Michael Stassen
Lachlan Mulcahy wrote: Hi Unnsse, Here's the problem at hand: Raven:~ untz$ mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Can anyone tell me what possibly I am doing wrong? The message you are getting is saying that there is no socket

Re: Problem with MySQL 5 on OS X Tiger

2005-11-30 Thread Lachlan Mulcahy
Hi Unnsse, Here's the problem at hand: Raven:~ untz$ mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Can anyone tell me what possibly I am doing wrong? The message you are getting is saying that there is no socket file at /tmp/mysql.soc

Problem with MySQL 5 on OS X Tiger

2005-11-30 Thread untz
Hello there, I just downloaded the MySQL 5 Community Edition for OS X Tiger... Ran the installer and it installed everything to /usr/local/ ... Updated my .bash_profile by creating a MYSQL_HOME variable and appending that MYSQL_HOME/bin to the PATH variable... Now, the problem is that when

libmysql.dylib & libmysqlclient.dylib on OS X

2005-11-07 Thread martin brooks
Hello This is Martin Brooks at National Research Council Canada, in Ottawa. I am working on OS 10.4.3 on a G4 PowerBook. I have installed mySQL 5 from binaries. The open source code I am trying to build expects to link to libmysql.dylib and libmysqlclient.dylib. (This code, CLSQL, allows Lisp

Re: Won't launch after uninstall and install on OS X

2005-07-21 Thread Michael Stassen
[EMAIL PROTECTED] wrote: Michael, here are some snippets from the error log that look relevant, from three times I tried to start: 050719 20:29:41 mysqld started 050719 20:29:46 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/mysql/data/ is case insensitive 05

Re: Won't launch after uninstall and install on OS X

2005-07-19 Thread sunblockster
Michael, here are some snippets from the error log that look relevant, from three times I tried to start: 050719 20:29:41 mysqld started 050719 20:29:46 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/mysql/data/ is case insensitive 050719 20:29:58 InnoDB: Oper

Re: Won't launch after uninstall and install on OS X

2005-07-19 Thread Michael Stassen
[EMAIL PROTECTED] wrote: Hi all, After deleting and reinstalling mysql on my Powebook G4 12", it starts and then quits immediate. I had to reinstall because my users seemed to not be working on. These are the steps I am taking after reinstalling and the errors I get: cd /usr/local/mysql su

Won't launch after uninstall and install on OS X

2005-07-19 Thread sunblockster
Hi all, After deleting and reinstalling mysql on my Powebook G4 12", it starts and then quits immediate. I had to reinstall because my users seemed to not be working on. These are the steps I am taking after reinstalling and the errors I get: cd /usr/local/mysql sudo echo sudo ./bin/mysqld_s

5.0.7 Upgrade (from 4.1) on OS X doesn't recognize datadir

2005-06-17 Thread Bruce Dembecki
So I am attempting a 5.0 upgrade from 4.1 on one of our OS X servers... When attempting to launch mysqld it quits, with this error (showing two from the log files, happens with our build or the MySQL binary): 050617 14:03:46 mysqld started /usr/local/mysql-standard-5.0.7-beta-osx10.3-powerp

Compiling for 64 Bit on OS X 10.4

2005-05-02 Thread Bruce Dembecki
Hi! Can anyone help me with a 64 Bit OS X 10.4 binary? I've tried to compile it myself but get errors in the "make" process that I have no idea what to do with. Apple ships a MySQL 4.1.10a binary with Tiger, but it's not 64 bit. MySQL doesn't have a 64 Bit OS X 10.4 binary yet. Maybe my question

Re: mysql on OS X

2005-01-10 Thread Scott Wilson
, sort of) mysqld. The trick > here is that innodb grabs it's own chunk of memory, so in actual fact we can > get nearly 4Gbytes of memory allocated to MySQL on OS X... Settings of note > here (if you are into InnoDB) are: > > key_buffer_size=1024M > sort_buffer_

Re: mysql on OS X

2005-01-10 Thread Scott Wilson
uld first determine what's causing the > bottleneck. It's either disk (I/O), CPU, RAM (not enough allocated), or > Network. Still trying to get a clear sense of this but I'm thinking it's CPU. Thanks again! scott > On Jan 6, 2005, at 1:58 PM, Scott Wilson wrote: >

Re: mysql on OS X

2005-01-06 Thread Bruce Dembecki
ding, sort of) mysqld. The trick here is that innodb grabs it's own chunk of memory, so in actual fact we can get nearly 4Gbytes of memory allocated to MySQL on OS X... Settings of note here (if you are into InnoDB) are: key_buffer_size=1024M sort_buffer_size=4M read_buffer_size=4M read_rnd

Re: mysql on OS X

2005-01-06 Thread Brent Baisley
ough allocated), or Network. On Jan 6, 2005, at 1:58 PM, Scott Wilson wrote: Hello, I'm interested to hear peoples' experiences running mysql on OS X. I've moved the database for a fairly heaily used website (~ 2M queries a day) over to a new dual 2GHz XServe running OS X Server

mysql on OS X

2005-01-06 Thread Scott Wilson
Hello, I'm interested to hear peoples' experiences running mysql on OS X. I've moved the database for a fairly heaily used website (~ 2M queries a day) over to a new dual 2GHz XServe running OS X Server 10.3.7. This database has run smoothly on an aging dual PIII machine running

RE: InnoDB my.cnf settings on OS X 10.3 Server?

2004-07-19 Thread Lachlan Mulcahy
bject: InnoDB my.cnf settings on OS X 10.3 Server? I am trying to figure out the best innodb paramaters in the my.cnf file. Server is XServe, single CPU, G4 1 GHz, OS X Panther 10.3.4 with 2 GB RAM and 180GB hard drive, MySQL version 4.0.20. Right now I am running on default params. Does anyon

Re: InnoDB my.cnf settings on OS X 10.3 Server?

2004-07-19 Thread Ware Adams
Kieran Kelleher wrote: >Does anyone out there have a suggested innodb parameters or even a >working set of params that I could start with. The InnoDB manual gives good suggestion. Some minor comments (none particularly OS X specific, but InnoDB works fine on it) innodb_buffer_pool_size is very

InnoDB my.cnf settings on OS X 10.3 Server?

2004-07-19 Thread Kieran Kelleher
I am trying to figure out the best innodb paramaters in the my.cnf file. Server is XServe, single CPU, G4 1 GHz, OS X Panther 10.3.4 with 2 GB RAM and 180GB hard drive, MySQL version 4.0.20. Right now I am running on default params. Does anyone out there have a suggested innodb parameters or e

Re: Installing on OS X without installer

2004-05-23 Thread Robert A. Rosenberg
At 08:30 +1000 on 05/24/2004, Chris Curnow wrote about Installing on OS X without installer: Hi, I've just downloaded the latest version of MySQL (4.0.20) for OS X. They seem to have omitted the installer - there's no .dmg file to download. The manual only covers installing from the .

Re: Installing on OS X without installer

2004-05-23 Thread Greg Willits
On May 23, 2004, at 3:30 PM, Chris Curnow wrote: I've just downloaded the latest version of MySQL (4.0.20) for OS X. They seem to have omitted the installer - there's no .dmg file to download. The manual only covers installing from the .dmg for OS X. I think you must have just missed it. There's

Installing on OS X without installer

2004-05-23 Thread Chris Curnow
Hi, I've just downloaded the latest version of MySQL (4.0.20) for OS X. They seem to have omitted the installer - there's no .dmg file to download. The manual only covers installing from the .dmg for OS X. Can anyone help me on how to install without the installer. best regards -- *-*-*-*-*-*-*-

RE: Initial running of MySql on OS X 10.3

2004-01-26 Thread Kev
Here is the /tmp directory after doing a ls -al listing: Kevins-Computer:/tmp kevinbarry$ ls -al total 16 drwxrwxrwt 6 root wheel 204 25 Jan 20:23 . drwxr-xr-x 5 root wheel 170 25 Jan 16:17 .. drwx-- 3 kevinbar wheel 102 25 Jan 16:44 501 -rw-r--r-- 1 kevinbar wheel 818 25 J

Re: Initial running of MySql on OS X 10.3

2004-01-25 Thread Michael Stassen
Kev wrote: I've run all of the installation procedures and database initialization steps in entropy.ch and still get a number of errors such as no access to the /data directory in order to view the error log. I get this error on attempting to initialize the database: Kevins-Computer:/usr/local/my

RE: Initial running of MySql on OS X 10.3

2004-01-25 Thread Kev
4 4:45 PM To: Kev Cc: [EMAIL PROTECTED] Subject: Re: Initial running of MySql on OS X 10.3 Kev wrote: > I installed mysql on my Mac Powerbook 10.3 and cannot access the server even > though it seems to be running. I get the socket error as seen below. I used > the disk img package from the

Re: Initial running of MySql on OS X 10.3

2004-01-25 Thread Michael Stassen
Kev wrote: I installed mysql on my Mac Powerbook 10.3 and cannot access the server even though it seems to be running. I get the socket error as seen below. I used the disk img package from the mysql website. Kevins-Computer:~ kevinbarry$ sudo /Library/StartupItems/MySql/MySql start Password:

Initial running of MySql on OS X 10.3

2004-01-25 Thread Kev
I installed mysql on my Mac Powerbook 10.3 and cannot access the server even though it seems to be running. I get the socket error as seen below. I used the disk img package from the mysql website. Kevins-Computer:~ kevinbarry$ sudo /Library/StartupItems/MySql/MySql start Password: Starting M

Re: ?? .tcshrc On OS X ??

2003-12-09 Thread Bryan Harris
> .tcshrc is the config file for your settings on the environment variables > for your session of tcsh. When your looking for $SHELL your looking for the > command line interpretor. FreeBSD can use most any of them. bash, csh, ksh,, > sh, tcsh, etc. Usually the .rc file is found in your home dire

Re: ?? .tcshrc On OS X ??

2003-12-09 Thread Bryan Harris
> I had tips from some people here to install the complete MySQL from Server > Logistics > on my Mac OS X 10.2 and so I did (I also installed Apache 2 and PHP from > them). > Now I'm on Step one, but got stuck here. (I always get stuck while trying > this MySQL). > > In the pdf-file that came a

RE: ?? .tcshrc On OS X ??

2003-12-09 Thread Brian Duke
remote. You can do this. It's just going to take persistence on the command line. -Original Message- From: Lost Idols [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 1:46 PM To: [EMAIL PROTECTED] Subject: ?? .tcshrc On OS X ?? I had tips from some people here to ins

Re: ?? .tcshrc On OS X ??

2003-12-08 Thread Michael Stassen
Your shell, in Terminal, is tcsh. So, when you entered `echo $SHELL`, the response you got was /bin/tcsh. The file .tcshrc is a plain text file where you can customize your shell (Terminal) environment. It belongs in your home directory, as stated in the directions, not in MyComputer/Library

?? .tcshrc On OS X ??

2003-12-08 Thread Lost Idols
I had tips from some people here to install the complete MySQL from Server Logistics on my Mac OS X 10.2 and so I did (I also installed Apache 2 and PHP from them). Now I'm on Step one, but got stuck here. (I always get stuck while trying this MySQL). In the pdf-file that came along with the in

RE: Setting root password on OS X

2003-10-10 Thread Fortuno, Adam
n you explain why you're using that second line. Tell me a little more about your installation. You're installing MySQL __ machines which are __, running OS X version __. You're installing ___ version of MySQL. Stuff like that. As for getting your hostname on OS X, go to the command pr

Setting root password on OS X

2003-10-09 Thread Shane Korosec
I am a new mysql user. I am installing MySQL for the first time on my mac. I need to set a password for the 'root' user by using the following 2 commands: /usr/local/mysql/bin/mysqladmin -u root password /usr/local/mysql/bin/mysqladmin -u root -h `hostname` password The first worked, but i get

Re: LOAD DATA INFILE failing on OS X Server

2003-09-23 Thread Victoria Reznichenko
command is not working. Is there a way > to make logging more verbose, or a different location for another log I am > not aware of? I mean error message that users get when they try to execute LOAD DATA statement, f.e. "access denied" error or something else. Just ask users about

Re: LOAD DATA INFILE failing on OS X Server

2003-09-22 Thread Bill Leonard
ments... Only startups and shutdowns save for a couple of errors in August. So it doesn¹t appeat to be recording anyting about "why" this particular command is not working. Is there a way to make logging more verbose, or a different location for another log I am not aware of? > &g

Re: LOAD DATA INFILE failing on OS X Server

2003-09-22 Thread Victoria Reznichenko
Everything I believe > is set properly, i.e: > > - the user has the file priv enabled > - the file they are reading is world readable > - they are specifing absolute path (also tried relative path as well) Please, provide exactly error message. > > System specifics is My

Re: LOAD DATA INFILE failing on OS X Server

2003-09-21 Thread Kelley Lingerfelt
ling for some reason... Everything I believe > is set properly, i.e: > > - the user has the file priv enabled > - the file they are reading is world readable > - they are specifing absolute path (also tried relative path as well) > > System specifics is MySQL 3.23.53 on OS X Server 10.2.4,

LOAD DATA INFILE failing on OS X Server

2003-09-21 Thread Bill Leonard
priv enabled - the file they are reading is world readable - they are specifing absolute path (also tried relative path as well) System specifics is MySQL 3.23.53 on OS X Server 10.2.4, this is Apple's standard build. PHP is at 4.3.1 The user has a pretty much identical test environment he clai

Re: 2-Questions: Starting MySQL and Shutting Down on OS X

2003-09-05 Thread Bill Hernandez
On 9/5/03 7:47 AM, "Fortuno, Adam" <[EMAIL PROTECTED]> wrote: > All: > > (1) I've got "/user/local/mysql/data" in my path, but when I attempt to run > "mysqld_safe" I get a message reading: > > "Please do a cd to the mysql installation directory and restart this script > from there as follows: .

Re: 2-Questions: Starting MySQL and Shutting Down on OS X

2003-09-05 Thread Jim Dickenson
Corporation http://www.cfmc.com/ > From: Santino <[EMAIL PROTECTED]> > Date: Fri, 5 Sep 2003 19:22:12 +0200 > To: [EMAIL PROTECTED] > Subject: Re: 2-Questions: Starting MySQL and Shutting Down on OS X > > You have to make a script and put it in a folder (sorry I don't >

Re: 2-Questions: Starting MySQL and Shutting Down on OS X

2003-09-05 Thread Santino
You have to make a script and put it in a folder (sorry I don't remember the name but it is on /System/startup) Try to locate a shell script like cron in a cron directory and modify it creating a script mysql in a mysql directory. To start: cd /user/local/mysql/data ./bin/mysqld_safe & To stop

2-Questions: Starting MySQL and Shutting Down on OS X

2003-09-05 Thread Fortuno, Adam
All: (1) I've got "/user/local/mysql/data" in my path, but when I attempt to run "mysqld_safe" I get a message reading: "Please do a cd to the mysql installation directory and restart this script from there as follows: ./bin/mysqld_safe" Do I really need to be in the installation directory to ki

Re: New user on OS X

2003-02-02 Thread Stefan Hinz, iConnect \(Berlin\)
's localhost.) > I read in a manual I could get help as follows: > [h24-85-217-157:/usr/local/bin] garydr% mysqldump --help > mysqldump: Command not found. This is strange. As I can see above, mysqldump was found in the first place. > Can anyone help me, or direct me to a good source o

Re: New user on OS X

2003-02-02 Thread Paul DuBois
At 21:12 -0600 1/31/03, Gary Reimer wrote: I'm a new mysql user running on OS X. I have set up a test database and am trying to use mysqldump to create a backup. However here is what happens: [h24-85-217-157:/usr/local/bin] garydr% mysqldump -h localhost -u root bpw_db>bpw_db_ba

New user on OS X

2003-02-01 Thread Gary Reimer
I'm a new mysql user running on OS X. I have set up a test database and am trying to use mysqldump to create a backup. However here is what happens: [h24-85-217-157:/usr/local/bin] garydr% mysqldump -h localhost -u root bpw_db>bpw_db_backup.sql bpw_db_backup.sql: Permission denied. I

Re: problems with 3.23.51 on OS X 10.1.5

2003-01-30 Thread Stephen RENNIE
ntent-transfer-encoding: quoted-printable > > Hi, > > I¹ve been getting the same message MySQL > > Have you found the solution ?? > > TIA > > > Stephen > > --B_3126765099_527469 > Content-type: text/html; charset="ISO-8859-1" > Content

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

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 co

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

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

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

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 undefined

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: Cron and mysqlimport on OS X 10.2

2002-09-12 Thread Warren, Keith
September 12, 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

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 sy

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 the mysqlimport

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

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 outf

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

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 outf

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 the

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

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

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 thi

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 Liy

Re: MySQL stability on OS X

2002-06-18 Thread Aryan Schmitz
in the meantime I'd recommend trying this. > >Good luck! > >-Clay > > >> From: Aryan Schmitz <[EMAIL PROTECTED]> >> Date: Tue, 18 Jun 2002 17:02:08 +0200 >> To: [EMAIL PROTECTED] >> Subject: MySQL stability on OS X >> >> Hi

Re: MySQL stability on OS X

2002-06-18 Thread Clay Loveless
I don't know if he's sent that yet, but in the meantime I'd recommend trying this. Good luck! -Clay > From: Aryan Schmitz <[EMAIL PROTECTED]> > Date: Tue, 18 Jun 2002 17:02:08 +0200 > To: [EMAIL PROTECTED] > Subject: MySQL stability on OS X > > Hi, > &

  1   2   >