diff --git a/reference/mysqlinfo/concepts.xml b/reference/mysqlinfo/concepts.xml index 289ab96912..2f00159fa1 100644 --- a/reference/mysqlinfo/concepts.xml +++ b/reference/mysqlinfo/concepts.xml @@ -11,7 +11,7 @@ Queries are using the buffered mode by default. This means that query results are - immediately transferred from the MySQL Server to PHP and is then kept in the memory + immediately transferred from the MySQL Server to PHP and then are kept in the memory of the PHP process. This allows additional operations like counting the number of rows, and moving (seeking) the current result pointer. It also allows issuing further queries on the same connection while working on the result set.