Hi there,
From time to time I have a problem, which is related to some plugin-settings, which are stored somewhere in the user-preferences. Sadly, I do not know, where are these user-specific plugin-settings are stored. So the only option was always to purge the user and create a new one. Uninstalling and purging table bandana and plugindata for all keys related to the plugin, I had no success.
Can anybody give me a hint where to search for the user specific settings of a plugin within the DB?
Thanks in advance
Kind regards
Sebastian
Do not try to do this in the database, it's not designed to be used directly, and you would need to understand exactly how an app is storing its data, which could be in all sorts of different places.
You'll need to ask the app's vendors where they store the data (or us, some people here may have used it and had to go digging), but the best option swill actually to be deleting the settings for the user before you delete or disable the user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.