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 213619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:17:45+00:00 2026-05-11T18:17:45+00:00

I use SQL_CALC_FOUND_ROWS in Mysql SELECT statement, to get the number of lines my

  • 0

I use SQL_CALC_FOUND_ROWS in Mysql SELECT statement, to get the number of lines my SELECT would return without a LIMIT clause.

$sql = new mysqli('localhost', 'root', '');
$sql->select_db('mysql');
$s1 = $sql->query('select SQL_CALC_FOUND_ROWS * from db limit 0, 3');
$s2 = $sql->query('select FOUND_ROWS()');
if($row = $s2->fetch_row()) printf('%d/%d', $s1->num_rows, $row[0]);

On my WinXP dev station it return 3/0 everytime for several weeks. When I use another MySQL server from my station it return 3/0 too.
On anothers PC the same code runs fine, and return the correct number (3/17 for example, if I have 17 records in mysql.db table). Every XP PC have the same PHP/Mysql version, and it ran fine in the past on my PC
Using Mysql Query Browser with the same SQL queries I get the right number.

Could anyone give me an idea of solution, without re-install all?

Sorry, my previous request was awfully unclear.

  • 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-05-11T18:17:45+00:00Added an answer on May 11, 2026 at 6:17 pm

    Thank you.

    When I ran something analogous to your example on the mysql command line, it would work; but running it from php, it failed. The second query has to “know about” the first one, so I figure somehow that persistence/memory linking the two queries was getting messed up by the php.

    (It turns out that WordPress uses this type of query to do its pagination – so our larger problem was that the pagination in a wordpress install suddenly stopped working when we moved to php 5.2.6 … eventually tracked it down to the FOUND_ROWS()).

    Just for the sake of posting for people who may run into this in the future… for me it was the php setting “mysql.trace_mode” – this defaulted “on” in 5.2.6 instead of “off” like previously, and for some reason prevents the FOUND_ROWS() from working.

    As a “fix”, we could either put this in every php page (actually, in a common “include”):

    ini_set("mysql.trace_mode", "0");
    

    or add this to the .htaccess:

    php_value mysql.trace_mode "0"
    

    Thanks again,
    Jerry

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We use SQL Server 2000/2005 and Vault or SVN on most of our projects.
I want to use SQL Profiler to trace the queries executed agains my database,
Can I use SQL Authentication with User Instances?
Has anyone attempted to use SQL Server Database as a Subversion file system back
I usually do not use Sql Server Management Studio, I usually use Linqpad to
I'm trying to use SQL Server 2000 DTS Package to download a file from
What is the best way to use SQL Server 2008 as a development database,
Possible Duplicate: Internationalization in SSRS We use SQL Server Reporting Services for our web
Does it make sense to use SQL Server Compact for a desktop application? How
Traditionally, when we use SQL string to done some work, we have to close

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.