473,739 Members | 4,265 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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_connec tions=100
set-variable = max_connections =150
set-variable = key_buffer=128M
set-variable = join_buffer=4M
#set-variable = record_buffer=1 M
set-variable = sort_buffer=5M
set-variable = table_cache=102 4
set-variable = myisam_sort_buf fer_size=32M
set-variable = thread_cache_si ze=128
set-variable = wait_timeout=45
set-variable = connect_timeout =10
set-variable = interactive_tim eout=60
set-variable = max_allowed_pac ket=16M
set-variable = max_connect_err ors=10
set-variable = flush_time=600
innodb_data_hom e_dir = /var/lib/mysql/
innodb_data_fil e_path = ibdata1:10M:aut oextend
set-variable = innodb_addition al_mem_pool_siz e=5M

[querycache]
#query_cache_li mit = 1M
query_cache_siz e = 32M
query_cache_typ e = 1
thread_concurre ncy=4

[mysqldump]
quick
set-variable= max_allowed_pac ket=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 4016
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.p l> wrote in message
news:a4******** *************** **@posting.goog le.com...
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_connec tions=100
set-variable = max_connections =150
set-variable = key_buffer=128M
set-variable = join_buffer=4M
#set-variable = record_buffer=1 M
set-variable = sort_buffer=5M
set-variable = table_cache=102 4
set-variable = myisam_sort_buf fer_size=32M
set-variable = thread_cache_si ze=128
set-variable = wait_timeout=45
set-variable = connect_timeout =10
set-variable = interactive_tim eout=60
set-variable = max_allowed_pac ket=16M
set-variable = max_connect_err ors=10
set-variable = flush_time=600
innodb_data_hom e_dir = /var/lib/mysql/
innodb_data_fil e_path = ibdata1:10M:aut oextend
set-variable = innodb_addition al_mem_pool_siz e=5M

[querycache]
#query_cache_li mit = 1M
query_cache_siz e = 32M
query_cache_typ e = 1
thread_concurre ncy=4

[mysqldump]
quick
set-variable= max_allowed_pac ket=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
1454
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 from those records. I'd like to query all records and set the flags for them with following test: if a record exists in table_2, set its flag from FLAG col. else set flag to '0'. return all flags as col MY_FLAG. Below is the structure and a query I...
1
600
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 have to change. Can you sugest something? skip-locking set-variable = max_user_connections=100
2
1420
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 let my users query the data base like follows:
1
1382
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 display on multiple pages. Which way would be more efficient.... 1. Do the SELECT and LIMIT it to 1000 records, then relying on MySQL's caching, do a data seek to jump to the record that will begin each page. As I understand it, MySQL will do...
1
1460
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 are truncted. i want my mail message to carry >1000 bytes. the error i think are as follows: X-Mailer : Microsoft CDO for Windows 2000 IPlanet-SMTP-Warning Lines longer than SMTP allows found and truncated.
48
4266
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) * -1 Set oConn=Server.CreateObject("ADODB.Connection") Set oRS=Server.CreateObject("ADODB.recordset") oConn.Provider="Microsoft.Jet.OLEDB.4.0" oConn.Open Server.MapPath("temp.mdb")
16
2747
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 screen appearance of the Select List grows for the first 5 rows then the scroll bar appears if there's more). So far so good. . . The problem is that none of the rows I'm inserting appear on the screen until I have RETURNed from my function; so If...
1
4030
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 are not bound, I select from the bottom set and add to the top set which works fine, but now i decide to remove an item from the top set. when i tried to use a remove item code it worked fine, it did delete the item form the list but it added...
4
5133
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 time to select all of the elements because I am simply looping through all of the elements in the list box and setting the selected property to true. I have noticed that if I perform a shift select on the list box, all of the items are rapidly...
0
9337
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9266
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9209
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8215
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6754
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6054
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3280
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2193
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.