encryption limit ? |
1/25/2023 12:48:45 AM |
PHPRunner General questions | |
J
Jan author
I have an existing table with 6,198 records. I want to encrypt a field in this table. see link below: I can't encrypt all records at once, but I can if I split the table into several parts of a thousand records per part. |
|
![]() |
Sergey Kornilov admin 1/25/2023 |
Why cannot you encrypt all records at once? |
J
|
Jan author 1/26/2023 |
If I reduce the table to a few hundred records, it works fine. See screenshots
But if the full table (more than 6000 records) is used, it doesn't work, see screenshots
|