My question is, when I try to delete more than 100,000 rows from the mysql table that the server is freezing, and not on its sites you can access more!
I waited 2 hours and then restarted the server and restored the account.
I used the following query:
DELETE FROM `pligg_links` WHERE `link_id` > 10000
-
SELECT* FROM `pligg_links` WHERE `link_id` > 10000
works great
Is there a better way to do this?
source
share