[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Installing MySQL
- Subject: Re: [cobalt-users] Installing MySQL
- From: "David B. Peterson" <dave@xxxxxxxxxxx>
- Date: Thu Feb 3 13:32:28 2000
With that setup you should be aware that the floating point functions
don't work properly. For example:
mysql> SELECT PI();
+----------+
| PI() |
+----------+
| 3.141593 |
+----------+
This would be considered the 'correct' response. On your setup it
will give you a rather large number. Try it, then either upgrade or
avoid the floating point ops.
It isn't *completely* broken, but it is something that you should be
aware of before starting to code.
I made some RPMs for MySQL for my own use on the MIPS based Cobalt
products. If you want copies, they are sitting here:
<ftp://ftp.toppledwagon.com/pub/cobalt/RPMS/> I put them on my own
Cobalts and I think they would work, but standard disclaimers do
apply.
-Dave
Good grief, that was so easy I can't believe it. For any others who might
read this, who also may have gotten bogged down like I did, it really IS
EASY! Less than 15 minutes, truly.
_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-users
--
David B. Peterson Metagraphics, Inc.
1023 Corporation Way, Palo Alto, CA 94303
650-964-4600 x225 FAX: 650-964-9575