Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Defkon1

    (@defkon1)

    Ok, I found a dirty way by myself:

    1) delete the connection through phpMyAdmin/query
    DELETE FROM prefix_wpbi_databases WHERE DB_ID=1

    2) open the plugin main page -> the plugin will re-create the main connection

    3) update the connection chaging its ID to 1 to recover all the existing queries
    UPDATE prefix_wpbi_databases SET DB_ID=1 WHERE DB_ID=2

    Can I suggest to add a “Reset your connection” option in settings for Lite edition?

    Thanks Defcon,
    we can add the reset option, but are you sure you need point 3?
    cheers,
    Claudio

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[lite] How to modify connection password’ is closed to new replies.