Search found 4 matches

by anroy
Wed Oct 29, 2014 5:08 am
Forum: General discussions
Topic: OK to directly delete faqdata rows using other tool?
Replies: 4
Views: 3091

Re: OK to directly delete faqdata rows using other tool?

In case it helps anybody, here is a script that I am using to completely empty an FAQ database using external tools like phpMyAdmin.


DELETE FROM faqchanges;
DELETE FROM faqcategoryrelations;
DELETE FROM faqdata;
DELETE FROM faqdata_revisions;
DELETE FROM faqvisits;
DELETE FROM faqdata_user ...
by anroy
Mon Oct 20, 2014 2:16 am
Forum: General discussions
Topic: OK to directly delete faqdata rows using other tool?
Replies: 4
Views: 3091

Re: OK to directly delete faqdata rows using other tool?

OK thanks. That is exactly the info I needed!
by anroy
Sun Oct 19, 2014 9:12 am
Forum: General discussions
Topic: OK to directly delete faqdata rows using other tool?
Replies: 4
Views: 3091

Re: OK to directly delete faqdata rows using other tool?

Hi, does anyone have the answer to this?
by anroy
Thu Oct 16, 2014 7:50 am
Forum: General discussions
Topic: OK to directly delete faqdata rows using other tool?
Replies: 4
Views: 3091

OK to directly delete faqdata rows using other tool?

Hi, newbie here.

First of all, thanks for your great work in providing this product.

Now for the problem. 8)

We have a business process where we need to regularly delete and add large numbers of records. (The reasons are complicated).

I do not see a way to do a bulk delete of many (or all) FAQ ...