How To Find Number of Pages in Translator Cache from Database

Hello Translator Plugin Pro user. Hope you are benefiting from our product. Why don’t we give you more reasons to smile and work quickly? Here are some tricks that will help you.

Suppose you want to find the number of pages in translator cache from database. There is a simple solution for that.

Guide

  1. Open a terminal
  2. type mysql -u <user_name> -p
  3. Give your password when prompted for
  4. type use <database_name>
  5. then type SELECT count(*) FROM `wp_atpp_page_cache`

and you are done.

Note: Translator Plugin Pro (for WordPress blogs) provides automatic machine translation of blogs in 13+1 languages (many more will be added soon) with 4 translation engines to provide transparent fail-over support and load balancing.

Translator Plugin Gold (for WordPress blogs) provides automatic machine translation of blogs in 32 languages (more will be added soon) with 5 translation engines to provide transparent fail-over support and advanced load balancing.

One Response to “How To Find Number of Pages in Translator Cache from Database”

  1. 6 Must Know Tips for Translator Plugin Says:

    [...] How To Find Number of Pages in Translator Cache from Database [...]

Leave a Reply