tags:

views:

13

answers:

1

Hi,

When i try to combine 3 tables having 50K records and write a MySQL select query:

I get "mysql client ran out of memory"

Any help on how to overcome this will be highly appreciated.

Thanks

A: 

What client do you use? For mysql you can try running it with --quick option

a1ex07
Thanks, can it be used with a select statement? am not able to use it correctly.
Sharpeye500
When you run mysql client, instead of typing "mysql" in command line, type "mysql --quick".
a1ex07
Ok thanks, but am running through sql yog.
Sharpeye500