03/19/2013 at 9:12 am
#254530
Keymaster
@ Sherry
Run the query in phpMyAdmin:
SELECT * FROM `wp_options` WHERE option_name LIKE 'connections%'
Of course you’ll have to change the “wp_” to match your table prefix for this query to work.
