Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9141165
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:36:36+00:00 2026-06-17T09:36:36+00:00

First, I have a table with 1500 records I’m using MySQL 5.0.54. I’m using

  • 0

First,

  • I have a table with 1500 records
  • I’m using MySQL 5.0.54.
  • I’m using dbForge for MySQL 5.0.97

The table:

CREATE TABLE IF NOT EXISTS s_users(
  user_id MEDIUMINT(9) NOT NULL,
  employee_id INT(11) NOT NULL,
  surname VARCHAR(50) NOT NULL,
  firstname VARCHAR(50) DEFAULT NULL,
  phone VARCHAR(25) DEFAULT NULL,
  email VARCHAR(100) DEFAULT NULL,
  organization_eng VARCHAR(100) DEFAULT NULL,
  organization_fra VARCHAR(100) DEFAULT NULL,
  unit_id SMALLINT(6) NOT NULL DEFAULT 0,
  unit_name_eng VARCHAR(150) DEFAULT NULL,
  unit_name_fra VARCHAR(150) DEFAULT NULL,
  status ENUM('active', 'inactive') NOT NULL DEFAULT 'inactive',
  udate TIMESTAMP DEFAULT CURRENT_TIMESTAMP
)
ENGINE = MYISAM
AVG_ROW_LENGTH = 131
CHARACTER SET utf8
COLLATE utf8_unicode_ci;

The statement:

select * from s_users;

Here are the steps taken to reproduce:

  1. Run the query: select * from s_users;
  2. Do not scroll to the end of the recordset, it indicates 1 of 302+
  3. In another window, run the query show full processlist;
  4. In the state, it will show Writing to net
  5. Until I scroll to the end of the recordset of my initial SQL statement, or close the tab where the statement is run, the query will keep on taking up CPU (time column keeps increasing) and block the rest of the statements.

I figure I’m missing a setting somewhere in dbForge?

Update #1

This was brought to my attention:
https://stackoverflow.com/a/802686/503246

Maybe DBForge is using a specific C API call that results in this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T09:36:36+00:00Added an answer on June 17, 2026 at 9:36 am

    It would seem that you have to switch to Paginal Mode. By default it’s in fetching mode, which keeps the connection open until you navigate to the end of the recordset.

    To change to Paginal Mode:

    1. Select ‘Tools -> Options’ from the main menu. The ‘Options’ window opens.
    2. Navigate to the ‘Data Editor -> General’ branch.
    3. Select the ‘Use paginal mode by default’ option and set ‘Initial page size’.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table called Tournaments which is created using the EF code first
I have a table in MySQL of contact information ; first name , last
I have two table first is TABLE_SUBJECT and second is TABLE_CHAPTER.Now i want to
I have a first table view and a segue that pushes to another table
I have first names stored in one table and last names stored in another.
I have a table for which I want to display only the first row
I have a table with 4 columns. The first column is unique for each
I have two table views, when user clicks one cell of the first, second
let's say I have 5 tables, as follows: CREATE TABLE T1 ( FIRST_NAME VARCHAR2(100),
I'm goin to start use mysql 5.1 community version. First I have... master_product_table ID

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.