Title: Database doesn&#8217;t exist
Last modified: March 25, 2020

---

# Database doesn’t exist

 *  Resolved [thanh25896](https://wordpress.org/support/users/thanh25896/)
 * (@thanh25896)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/)
 * In the past I removed Robin image optimizer plugin so now I reinstall and got
   this error .
    [Table ‘wordpress.wp_rio_process_queue’ doesn’t exist]
 * > [View post on imgur.com](https://imgur.com/ErLRFzN)
 * > [View post on imgur.com](https://imgur.com/dkOVXss)
    -  This topic was modified 6 years, 2 months ago by [thanh25896](https://wordpress.org/support/users/thanh25896/).
    -  This topic was modified 6 years, 2 months ago by [thanh25896](https://wordpress.org/support/users/thanh25896/).
    -  This topic was modified 6 years, 2 months ago by [thanh25896](https://wordpress.org/support/users/thanh25896/).
    -  This topic was modified 6 years, 2 months ago by [thanh25896](https://wordpress.org/support/users/thanh25896/).
    -  This topic was modified 6 years, 2 months ago by [thanh25896](https://wordpress.org/support/users/thanh25896/).

Viewing 12 replies - 1 through 12 (of 12 total)

 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/#post-12585611)
 * Hello.
 * Can you check if this table really doesn’t exist? Maybe you changed the database
   prefix?
 *  Thread Starter [thanh25896](https://wordpress.org/support/users/thanh25896/)
 * (@thanh25896)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/#post-12585819)
 * No I didn’t do anything with database . Just remove and reinstall it and this
   problem happened . I tried it on another site
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/#post-12585892)
 * Clear the log. Reinstall Robin and send me the full log.
 *  Thread Starter [thanh25896](https://wordpress.org/support/users/thanh25896/)
 * (@thanh25896)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/#post-12585933)
 * The log of robin plugin?? I just reinstall it and error still happened and this
   is the log
 * > [View post on imgur.com](https://imgur.com/z91hrfK)
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/#post-12586011)
 * The table was created based on logs. Please check whether the table is available
   in your database. See what it’s called
 *  Thread Starter [thanh25896](https://wordpress.org/support/users/thanh25896/)
 * (@thanh25896)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/#post-12586131)
 * wordpress.wp_rio_process_queue doesn’t exist in database . When I search “1.4.2”
   it show 4 tables found in wp_option
 * table name:
    _site_transient_et_update_all_plugins _site_transient_update_plugins
   7238c9070c32ed98a38810e053129a9a edd_sl_9b4b9278ab03eed62e9ded0113d4678e
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/#post-12586198)
 * The table is called wp_rio_process_queue and tables are not stored in the wp_options
   table. Send me a SCREENSHOT of the list of tables.
 *  Thread Starter [thanh25896](https://wordpress.org/support/users/thanh25896/)
 * (@thanh25896)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/#post-12586250)
 * List all my wordpress table
 * > [View post on imgur.com](https://imgur.com/CHVmm25)
 *  Thread Starter [thanh25896](https://wordpress.org/support/users/thanh25896/)
 * (@thanh25896)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/#post-12586972)
 * Tried delete and install ver 1.4.1 it still same problem . Error log is
 *     ```
       [5e7cab][info] Parent plugin start installation!
       [5e7cab][info] Plugin installation: try create plugin tables.
       -DB Version: 2
       -Plugin Version in DB: 1.4.2
       -Current Plugin Version: 1.4.1
       [5e7cab][info] Parent plugin installation complete!
       [5e7cab][info] Try to create backup directory. Backup dir: 
       ```
   
 * error maybe form unstall process do not clear database information
 *  Thread Starter [thanh25896](https://wordpress.org/support/users/thanh25896/)
 * (@thanh25896)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/#post-12587035)
 * I tried to down ver to 1.3.7 and this problem gone by running migrations form
   1.1.5 to 1.3.6 .
    v1.4.0 , 1.4.1, 1.4.2 only running exacly migrations plugin
   version . So it problem on two things
 * 1/ Uninstall plugin don’t clear the database info
 * 2/ Migrations code error on new ver
 *  Thread Starter [thanh25896](https://wordpress.org/support/users/thanh25896/)
 * (@thanh25896)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/#post-12587484)
 * Last I found the error is database cache . I used redis for object cache and 
   after I removed plugin wp_rio_process_queue table is deleted but Robin plugin
   debug still read the database cache and saw wp_rio_process_queue exist so the
   plugin stop creating the wp_rio_process_queue table . Anyway to update Migrations
   code to bypass database cache in the furture? If I click the import button in
   clearfy setting the robin plguin start Migrations form 1.1.5 to 1.4.2 and solved
   the problem too .
 * I found 2 ways to solve this problem , use only 1 of two is completely solve 
   the problem.
 * 1/ Go to clearfy setting and click import setting ( Can you tell me did clearfy
   flush object cache when clicking import buttonm or doing anything about request
   robin do all Migrations and old Migrations codes have the clear object cache 
   feature? )
 * 2/ Flush object cache and robin plugin processed like 1st method
    -  This reply was modified 6 years, 2 months ago by [thanh25896](https://wordpress.org/support/users/thanh25896/).
    -  This reply was modified 6 years, 2 months ago by [thanh25896](https://wordpress.org/support/users/thanh25896/).
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/#post-12589874)
 * Using the object cache, you should understand that this can lead to similar problems.
   You can also disable all caching plugins before updating Robin.
 * We will try to solve this in future updates

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Database doesn’t exist’ is closed to new replies.

 * ![](https://ps.w.org/robin-image-optimizer/assets/icon-256x256.gif?rev=3523840)
 * [Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF](https://wordpress.org/plugins/robin-image-optimizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/robin-image-optimizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/robin-image-optimizer/)
 * [Active Topics](https://wordpress.org/support/plugin/robin-image-optimizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/robin-image-optimizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/robin-image-optimizer/reviews/)

 * 12 replies
 * 2 participants
 * Last reply from: [Temyk](https://wordpress.org/support/users/webtemyk/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/database-doesnt-exist-2/#post-12589874)
 * Status: resolved