[Ilugc] mysql records retrieval problem

  • From: mbchandar@xxxxxxxxx (bala chandar)
  • Date: Sat Jul 2 07:25:26 2005

On 7/1/05, Karthikeyan R <thegreatkarthik@xxxxxxxxx> wrote:

Hi all,
 I  am using MySQL database.
 I have created a database which contains some 13 tables.
 one of the table contains 13 lakhs rows.(table3 contains 13 lakhs rows)
 When i issue the command "select * from table3;" in mysql its not all
showing anything.

this is bad practice.

you should do this

select count(1) from table3; and check for count. if it matches yours,
then there are that many records. other wise if u really like to see
the records use limit.

  I tried copying my-huge.cnf to my.cnf
  I tried changing the table_cache, read_buffer but nothing helped me.
  my server configuration is
 Intel(R) Xeon(TM) CPU 3.06GHz with  2.4.21-4.ELsmp #1 SMP with 1 GB RAM

 Possibly help me to retrieve the rows.
 thanks in advance



-- 
bala> balachandar muruganantham
blog> lynx http://chandar.blogspot.com
web> http://www.chennaishopping.com

Other related posts: