Skip to content

Instantly share code, notes, and snippets.

@SimonWpt
Created September 26, 2013 13:38
Show Gist options
  • Save SimonWpt/6714310 to your computer and use it in GitHub Desktop.
Save SimonWpt/6714310 to your computer and use it in GitHub Desktop.
TYPO3: Löschen der Tabelleninhalte des Caches, der indexed_search und des Crawlers
TRUNCATE TABLE cache_extensions;
TRUNCATE TABLE cache_hash;
TRUNCATE TABLE cache_imagesizes;
TRUNCATE TABLE cache_md5params;
TRUNCATE TABLE cache_pages;
TRUNCATE TABLE cache_pagesection;
TRUNCATE TABLE cache_typo3temp_log;
TRUNCATE TABLE index_fulltext;
TRUNCATE TABLE index_grlist;
TRUNCATE TABLE index_phash;
TRUNCATE TABLE index_rel;
TRUNCATE TABLE index_section;
TRUNCATE TABLE index_words;
TRUNCATE TABLE tx_crawler_process;
TRUNCATE TABLE tx_crawler_queue;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment