again^[08] Error: during query execution.

Gork

New member
[08] Error: during query execution.
SELECT `users`.`id`, `users`.`Name`, `users`.`Adress`, `users`.`INN`, `users`.`Data` FROM `users`
DBMS server said: MySQL client ran out of memory

The error happens when I use:
1. last_search_results
2. show_all

When there were 100 records - all was fine. The error happens when records became more than 30000.
For DaDaBIK database I use hut.ru free hosting.

Help please!
 

ag

New member
I encountered this error with a record of 1930. I checked format_date_for_dbms($date), it is already -

return $conn->DBDate($date);

I purchased Dadabik in May/June. It is already 4.4 beta I believe.

What can I do? Appreciate any help. Thanks!
 
Top