473,386 Members | 1,621 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

cant select more than 1000 records

Hi all
command "select * from table" whith 3000 records give me only 1000
rows
I can't figure out what is wrong. I think that something wrong is with
my my.cnf but can't find which varaible I have to change. Can you
sugest something?

[mysqld]
skip-locking
set-variable = max_user_connections=100
set-variable = max_connections=150
set-variable = key_buffer=128M
set-variable = join_buffer=4M
#set-variable = record_buffer=1M
set-variable = sort_buffer=5M
set-variable = table_cache=1024
set-variable = myisam_sort_buffer_size=32M
set-variable = thread_cache_size=128
set-variable = wait_timeout=45
set-variable = connect_timeout=10
set-variable = interactive_timeout=60
set-variable = max_allowed_packet=16M
set-variable = max_connect_errors=10
set-variable = flush_time=600
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
set-variable = innodb_additional_mem_pool_size=5M

[querycache]
#query_cache_limit = 1M
query_cache_size = 32M
query_cache_type = 1
thread_concurrency=4

[mysqldump]
quick
set-variable= max_allowed_packet=16M

[mysqlhotcopy]
interactive-timeout

[isamchk]
set-variable = key=16M
set-variable = key_buffer=20M
set-variable = sort_buffer=20M
set-variable = read_buffer=2M
set-variable = write_buffer=2M

[myisamchk]
set-variable = key_buffer=20M
set-variable = sort_buffer=20M
set-variable = read_buffer=2M
set-variable = write_buffer=2M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
safe-updates
Jul 20 '05 #1
1 3974
What interface are you using for retrieving data? Are you using mySQL
control center? In this case, you must edit the connection and set-up the
limit to "unlimited". By default, mySQLcc only retrieves 1000 records.

HPEter
<ba**@sonik.pl> wrote in message
news:a4*************************@posting.google.co m...
Hi all
command "select * from table" whith 3000 records give me only 1000
rows
I can't figure out what is wrong. I think that something wrong is with
my my.cnf but can't find which varaible I have to change. Can you
sugest something?

[mysqld]
skip-locking
set-variable = max_user_connections=100
set-variable = max_connections=150
set-variable = key_buffer=128M
set-variable = join_buffer=4M
#set-variable = record_buffer=1M
set-variable = sort_buffer=5M
set-variable = table_cache=1024
set-variable = myisam_sort_buffer_size=32M
set-variable = thread_cache_size=128
set-variable = wait_timeout=45
set-variable = connect_timeout=10
set-variable = interactive_timeout=60
set-variable = max_allowed_packet=16M
set-variable = max_connect_errors=10
set-variable = flush_time=600
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
set-variable = innodb_additional_mem_pool_size=5M

[querycache]
#query_cache_limit = 1M
query_cache_size = 32M
query_cache_type = 1
thread_concurrency=4

[mysqldump]
quick
set-variable= max_allowed_packet=16M

[mysqlhotcopy]
interactive-timeout

[isamchk]
set-variable = key=16M
set-variable = key_buffer=20M
set-variable = sort_buffer=20M
set-variable = read_buffer=2M
set-variable = write_buffer=2M

[myisamchk]
set-variable = key_buffer=20M
set-variable = sort_buffer=20M
set-variable = read_buffer=2M
set-variable = write_buffer=2M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
safe-updates

Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Dave | last post by:
Hi, I was wondering if anyone can help me with this query. I have two tables. table_1 is a master table that contains all records. table_2 contains IDs of some records from table_1 and flags...
1
by: bart | last post by:
Hi all command "select * from table" whith 3000 records give me only 1000 rows I can't figure out what is wrong. I think that something wrong is with my my.cnf but can't find which varaible I...
2
by: Mike Curry | last post by:
I have run into a problem, I have 2 fields in my database, both key fields: Table 1 ===== Field X <key> Field Y <key> In field X, there are say about 3 records for each unique Field Y. I...
1
by: JJ | last post by:
I need to do a SELECT query that joins four tables. The largest of the tables could eventually have over 1 million records. I need to do a SELECT that returns a maximum of 1000 records which will...
1
by: nizam | last post by:
Hi all, i have a simple Problem. i have written a code in asp.net for sending email. my code is working fine. but entire body content is not going only 1000 bytes are going. above 1000 bytes all...
48
by: Jimmy | last post by:
thanks to everyone that helped, unfortunately the code samples people gave me don't work. here is what i have so far: <% Dim oConn, oRS, randNum Randomize() randNum = (CInt(1000 * Rnd) + 1) *...
16
by: Richard Maher | last post by:
Hi, I have this Applet-hosted Socket connection to my server and in an ONevent/function I am retrieving all these lovely rows from the server and inserting them into the Select-List. (The on...
1
by: Sunray | last post by:
I have a form called the sales form and i have 2 sets of listboxes So what happens is. i add items form the bottom set of list boxes which are bound to a data base to the top set of list boxes which...
4
by: Vincent | last post by:
I have a list box that is bound to a table with many records. I have a select all button that when clicked, obviously, selects all of the items in the list box. However, it takes a fairly long...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.