[PHP] MySQL big table process

2001-07-27 Thread Plamen Slavov
Hi guys, I have a big MySQL table - about 300MB I want to get all the records from the table, make certain transformations and write them to a text file (i can not use select into outfile...) the problem is when i type select * from table name the server hangs is there a way that i can

Re: [PHP] MySQL big table process

2001-07-27 Thread Daniel Rezny
Hello Plamen, Friday, July 27, 2001, 2:04:15 PM, you wrote: PS Hi guys, PS I have a big MySQL table - about 300MB PS I want to get all the records from the table, make certain transformations and write them to a text file (i can not use select into outfile...) PS the problem is when i type

Re: [PHP] MySQL big table process

2001-07-27 Thread Unni
Try LIMIT in the select Plamen Slavov wrote: Hi guys, I have a big MySQL table - about 300MB I want to get all the records from the table, make certain transformations and write them to a text file (i can not use select into outfile...) the problem is when i type select * from table name