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

2003-09-05 Thread Jim Dickenson
http://www.serverlogistics.com/mysql.php has a link to a Preference Pane item that can be used to start and stop MySQL. You will need to modify the /Library/StartupItems/MySQL/MySQL file to point to the correct location. -- Jim Dickenson mailto:[EMAIL PROTECTED] Computers for Marketing

Re: What is a good benchmark?

2003-07-23 Thread Jim Dickenson
)) | +--+ |0 | +--+ 1 row in set (1.07 sec) -- Jim Dickenson mailto:[EMAIL PROTECTED] Computers for Marketing Corporation http://www.cfmc.com/ From: Hubbard, Dan [EMAIL PROTECTED] Date: Wed, 23 Jul 2003 08:39:01 -0700 To: [EMAIL PROTECTED

Re: os X install mySQL help

2003-06-06 Thread Jim Dickenson
Go to the /usr/local/mysql directory and rename (mv) data to var. -- Jim Dickenson mailto:[EMAIL PROTECTED] Computers for Marketing Corporation http://www.cfmc.com/ From: gerald jones - Sun Microsystems - Broomfield United States [EMAIL PROTECTED] Reply-To: gerald jones - Sun Microsystems

A small change

2003-03-20 Thread Jim Dickenson
versions I was not able to get any table with a float to update. Now, before my change, I could not even get a table with any numeric data to update. How are others able to use software that prevents them from updating a table that has numeric data? -- Jim Dickenson mailto:[EMAIL PROTECTED

Re: MySQL Decimal Column Types Question

2002-12-20 Thread Jim Dickenson
MySQL not generate an error or warning on the insert when it mangled the value? Also decimal(10,2) will store -12345678.90 as well. This is different behavior than many other databases. -- Jim Dickenson mailto:[EMAIL PROTECTED] Computers for Marketing Corporation http://www.cfmc.com

Re: Granting access to MySQL via OS X

2002-11-05 Thread Jim Dickenson
to be configured to allow access to the Mac. Many routers have an option to not respond to ping requests as well. -- Jim Dickenson mailto:dickenson;cfmc.com Computers for Marketing Corporation http://www.cfmc.com/ eFax: 1-419-791-8924 From: David Buxton [EMAIL PROTECTED] Date: Tue, 5 Nov 2002

Re: about hostnames after setup of MySQL

2002-09-30 Thread Jim Dickenson
as fairly simple (no offense ;) :( -- Jim Dickenson mailto:[EMAIL PROTECTED] Computers for Marketing Corporation http://www.cfmc.com/ eFax: 1-419-791-8924 - Before posting, please check: http://www.mysql.com/manual.php

Re: restarting MySQL on OS X

2002-05-21 Thread Jim Dickenson
? I did mysqladmin -p shutdown then safe_mysqld...is this the same as if the machine started up? -- Jim Dickenson mailto:[EMAIL PROTECTED] Computers for Marketing Corporation http://www.cfmc.com/ - Before posting, please check

Re: Automatic Startup of mysqld in Mac OS X

2002-04-18 Thread Jim Dickenson
? Try: http://lists.mysql.com/php/unsubscribe.php -- Jim Dickenson mailto:[EMAIL PROTECTED] Computers for Marketing Corporation http://www.cfmc.com/ eFax: 1-419-791-8924 - Before posting, please check: http://www.mysql.com

Re: load data infile file location???

2002-04-12 Thread Jim Dickenson
, e-mail [EMAIL PROTECTED] To unsubscribe, e-mail [EMAIL PROTECTED] Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php -- Jim Dickenson mailto:[EMAIL PROTECTED] Computers for Marketing Corporation http://www.cfmc.com/ eFax: 1-419-791-8924

Re: Problems with Mac OS X

2002-04-09 Thread Jim Dickenson
On 4/8/2002 7:25 PM, Paul DuBois [EMAIL PROTECTED] wrote: At 17:52 -0700 4/8/02, Jim Dickenson wrote: I am having problems getting the load data local infile working. I am running Mac OS X 10.1.3 build 5Q110 with all available updates installed. I had installed version 3.23.49 from

Re: Problems with Mac OS X

2002-04-09 Thread Jim Dickenson
On 4/9/2002 9:41 AM, Paul DuBois [EMAIL PROTECTED] wrote: At 9:31 -0700 4/9/02, Jim Dickenson wrote: On 4/8/2002 7:25 PM, Paul DuBois [EMAIL PROTECTED] wrote: At 17:52 -0700 4/8/02, Jim Dickenson wrote: I am having problems getting the load data local infile working. I am running Mac

Problems with Mac OS X

2002-04-08 Thread Jim Dickenson
of setups it would be nice not to have to specify the fully qualified name. As I mentioned this is the way it used to work in some recent version. I do not know what version made it necessary to specify the full name. Thanks for any help with these items. -- Jim Dickenson mailto:[EMAIL PROTECTED

Problem with where clause

2002-02-01 Thread Jim Dickenson
rows in set (0.00 sec) The following command does not update the row I would like it to: mysql update junk set num1=12.4 where num1=12.3; Query OK, 0 rows affected (0.01 sec) Rows matched: 0 Changed: 0 Warnings: 0 Can I get some insight as to what the problem might be? Thanks, -- Jim Dickenson

Re: Problem with where clause

2002-02-01 Thread Jim Dickenson
all. On 2/1/2002 2:06 PM, Gerald Clark [EMAIL PROTECTED] wrote: A floating point number can never be equal to 12.3. It can be close, and with rounding display as 12.3, but it won't actually be equal to 12.3. Use a decimal type instead. Jim Dickenson wrote: I am running mysql Ver 11.15

Problem with SQLSetPos(SQL_DELETE)

2002-01-29 Thread Jim Dickenson
not think that this is correct. -- Jim Dickenson mailto:[EMAIL PROTECTED] Computers for Marketing Corporation http://www.cfmc.com/ eFax: 1-419-791-8924 - Before posting, please check: http://www.mysql.com/manual.php

Re: Auto-starting mySQL on a Macintosh

2002-01-19 Thread Jim Dickenson
[EMAIL PROTECTED] To unsubscribe, e-mail [EMAIL PROTECTED] Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php -- Jim Dickenson mailto:[EMAIL PROTECTED] Computers for Marketing Corporation http://www.cfmc.com/ eFax: 1-419-791-8924

Re: [PHP] Mac OSX !?!?!?

2002-01-17 Thread Jim Dickenson
/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED] To unsubscribe, e-mail [EMAIL PROTECTED] Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php -- Jim Dickenson mailto:[EMAIL PROTECTED] Computers

Re: NUMERIC field contents

2001-09-18 Thread Jim Dickenson
based on the information returned from SQLDescribeCol then it will not be expecting to see a number with 11 digits in it. This is what I think is wrong with the behavior of MySQL. -- Jim Dickenson mailto:[EMAIL PROTECTED] Computers for Marketing Corporation http://www.cfmc.com/ eFax: 1-419-791

Re: NUMERIC field contents

2001-09-18 Thread Jim Dickenson
On 9/18/01 1:45 PM, Dana Powers at [EMAIL PROTECTED] wrote: And my question is, if you've defined your column to have (10,2) precision, why would you try to insert a higher precision number? dpk - Original Message - From: Jim Dickenson [EMAIL PROTECTED] To: Dana Powers [EMAIL

NUMERIC field contents

2001-09-16 Thread Jim Dickenson
to 999.99. The fact that there is room for a sign character should not increase the number of digits allowed in the field. -- Jim Dickenson mailto:[EMAIL PROTECTED] Computers for Marketing Corporation http://www.cfmc.com/ - Before

NUMERIC field contents

2001-09-14 Thread Jim Dickenson
think the first update should get an error as I specified a maximum of 9 digits. Per your description of numeric() the value should be set to 999.99. The fact that there is room for a sign character should not increase the number of digits allowed in the field. -- Jim Dickenson mailto:[EMAIL

NUMERIC field contents

2001-09-14 Thread Jim Dickenson
think the first update should get an error as I specified a maximum of 9 digits. Per your description of numeric() the value should be set to 999.99. The fact that there is room for a sign character should not increase the number of digits allowed in the field. -- Jim Dickenson mailto:[EMAIL