At 02:21 PM 4/13/2009, Baron Schwartz wrote:
Mike,
> MySQL does not scale well beyond 4 processors, at least not like PostgreSql
> does. MySQL seems to hit a plateau rather quickly. If XtraDb's modified
> Innodb plugin scales better, then fine. But I haven't seen any benchmarks
> showing the sp
On Mon, Apr 13, 2009 at 8:34 PM, David Sparks wrote:
>> Right now if you want a more scalable *current* version of
>> MySQL, you need to look to the Google patches, the Percona builds (and
>> Percona XtraDB, a fork of InnoDB), or OurDelta builds.
>
> Is there a webpage somewhere that compares and
> Right now if you want a more scalable *current* version of
> MySQL, you need to look to the Google patches, the Percona builds (and
> Percona XtraDB, a fork of InnoDB), or OurDelta builds.
Is there a webpage somewhere that compares and contrasts the above patchsets?
I thought the Google patches
I have a customer that has a five year old system that runs on Thoroughbred
(Thoroughbred Software International) data.
Has anyone ever been successful converting Thoroughbred data to MySQL? If so,
how did you do it?
Thanks,
Carl
On Mon, April 13, 2009 11:55, mos wrote:
> Jerry,
>
> At 09:53 AM 4/13/2009, Jerry Schwartz wrote:
>>Sorry for top-posting, but this is getting unwieldy.
>>
>>The problems with hardware in multiprocessor systems have been dealt with
>>long since, assuming that Intel, AMD, et al have implemented the
He is looking only for six digit numbers.
select field1 as f from table1 t where t.f regexp '^[0-9]{6}$'
does the job
Claudio
Pinter Tibor wrote:
Ed Reed wrote:
I hope someone can give me a suggestion on this.
I'd like to find records in a table where a specific field only
contains a num
Ed Reed wrote:
I hope someone can give me a suggestion on this.
I'd like to find records in a table where a specific field only contains a number.
For example,
Select Field1 as f
from table1 as t
where lcase(t.f) not like in
('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p',
Hi,
this can be easily solved by using regular expressions.
select field1 as f from table1 t where t.f regexp '[0-9]{6}'
Cheers
Claudio Nanni
Ed Reed wrote:
I hope someone can give me a suggestion on this.
I'd like to find records in a table where a specific field only contains a number.
I hope someone can give me a suggestion on this.
I'd like to find records in a table where a specific field only contains a
number.
For example,
Select Field1 as f
from table1 as t
where lcase(t.f) not like in
('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','
Mike,
> MySQL does not scale well beyond 4 processors, at least not like PostgreSql
> does. MySQL seems to hit a plateau rather quickly. If XtraDb's modified
> Innodb plugin scales better, then fine. But I haven't seen any benchmarks
> showing the speed improvements relative to the number of proc
Jerry,
At 09:53 AM 4/13/2009, Jerry Schwartz wrote:
Sorry for top-posting, but this is getting unwieldy.
The problems with hardware in multiprocessor systems have been dealt with
long since, assuming that Intel, AMD, et al have implemented the solutions.
Ten years ago and more, I worked with ma
>-Original Message-
>From: shawn.gr...@sun.com [mailto:shawn.gr...@sun.com]
>Sent: Saturday, April 11, 2009 3:50 PM
>To: Jerry Schwartz
>Cc: mysql@lists.mysql.com
>Subject: Re: LEFT JOIN with third-table key
>
>Jerry Schwartz wrote:
>> This is a question that I run into frequently; I migh
Sorry for top-posting, but this is getting unwieldy.
The problems with hardware in multiprocessor systems have been dealt with
long since, assuming that Intel, AMD, et al have implemented the solutions.
Ten years ago and more, I worked with machines capable of 128 processors and
they seemed to wor
On Mon, Apr 13, 2009 at 4:21 PM, Martin Gainty wrote:
> dupe key..
>
> http://planet.mysql.com/entry/?id=18404
>
> Martin
> __
> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note
> de déni et de confidentialité
>
> This messag
Give the details what you are doing which gives the below issue.
On Mon, Apr 13, 2009 at 4:03 PM, Kaushal Shriyan
wrote:
> On Mon, Apr 13, 2009 at 3:21 PM, Krishna Chandra Prajapati <
> prajapat...@gmail.com> wrote:
>
>> prajap...@debian:~$ perror 121
>> OS error code 121: Remote I/O error
>>
>>
On Mon, Apr 13, 2009 at 3:21 PM, Krishna Chandra Prajapati <
prajapat...@gmail.com> wrote:
> prajap...@debian:~$ perror 121
> OS error code 121: Remote I/O error
>
>
> On Mon, Apr 13, 2009 at 3:16 PM, Kaushal Shriyan > wrote:
>
>> Hi
>>
>> what does error 121 means in mysql. is there a way to fi
prajap...@debian:~$ perror 121
OS error code 121: Remote I/O error
On Mon, Apr 13, 2009 at 3:16 PM, Kaushal Shriyan
wrote:
> Hi
>
> what does error 121 means in mysql. is there a way to find out the
> description of error code 121.
>
> Thanks and Regards
>
> Kaushal
>
--
Krishna Chandra Praj
Hi
what does error 121 means in mysql. is there a way to find out the
description of error code 121.
Thanks and Regards
Kaushal
Hi you need a mysql client program.
It can be any software capable of connecting to mysql server deamon.
Usually you use the 'mysql' client program that is built-in the server
software,
in this case you need an installation of mysql also on the other machine.
Or you can use MySQL Query browser incl
How do i run a mysql client program on a computer connected to the computer
which has the mysql server installed and configured. the host computer does
not have the mysql installed in any form.
Regards
--
Manish Gupta
Follow me on twitter: twitter.com/nimbus3000
20 matches
Mail list logo