phpmyfaq database table faqsessions

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
j-prause
Posts: 17
Joined: Mon Apr 29, 2013 9:29 pm
Location: Czech Republic

phpmyfaq database table faqsessions

Post by j-prause »

phpmyfaq database table faqsessions has more than 80.000 rows.
Is this normal? How to delete them as fast as possible?
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: phpmyfaq database table faqsessions

Post by Thorsten »

Hi,

this is an easy option: TRUNCATE TABLE faqsession;

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
j-prause
Posts: 17
Joined: Mon Apr 29, 2013 9:29 pm
Location: Czech Republic

Re: phpmyfaq database table faqsessions

Post by j-prause »

Thank you, solved.
Post Reply