bug

2006-12-17 Thread ajay roy
i am getting the error somthing like that GET ERROR(127) TABLE HANDLER PROBLEM i am sorry that i coulde not take mysqlbug script thanks ajay,hyderabad,india __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http

Re: Recommended Hardware Configurations

2006-12-17 Thread David T. Ashley
On 12/17/06, Mike Duffy <[EMAIL PROTECTED]> wrote: I am sure this question has probably been asked in this group before, but I would like to get an updated answer. If you were building your own boxes to run clustered MySQL servers, how would you configure the boxes? (This would of course be for

Re: Recommended Hardware Configurations

2006-12-17 Thread Chris White
On Sunday 17 December 2006 13:20, Mike Duffy wrote: > My intuitive judgment is that we would be better having several smaller > systems in a cluster rather than one huge powerful system and that we would > be better off building rather than than buying. If you think I am wrong on > either of these

Recommended Hardware Configurations

2006-12-17 Thread Mike Duffy
I am sure this question has probably been asked in this group before, but I would like to get an updated answer. If you were building your own boxes to run clustered MySQL servers, how would you configure the boxes? (This would of course be for an enterprise level database system.) I am looking

Re: Sort Select by List

2006-12-17 Thread Keith Spiller
Thanks Dan, It is a very small table. I really appreciate you help. Keith - Original Message - From: "Dan Nelson" <[EMAIL PROTECTED]> To: "Mark Leith" <[EMAIL PROTECTED]> Cc: "Pintér Tibor" <[EMAIL PROTECTED]>; "[MySQL]" Sent: Saturday, December 16, 2006 9:48 PM Subject: Re: Sort Se

libmap.conf file????

2006-12-17 Thread VeeJay
Hi, I am running a FreeBSD6.1 Webserver with mysql but having problems I found below mentioned quote on the net? But I don't know where to find this "libmap.conf" file? -quote from the NET For FreeBSD 6 tests show that using "libthr" gives the best perfor

Re: Sort Select by List

2006-12-17 Thread Mark Leith
Dan Nelson wrote: --snip-- More efficient would be to use the FIELD function: SELECT * FROM team ORDER BY FIELD(office,"Exec","VP","Dir"); Oops. I only read the replies and not the original post. Assuming there are many other values for the "office" field, you might want SELECT * FROM