【问题标题】:Where to find the SendGrid settings fields in MySql在 MySql 中哪里可以找到 SendGrid 设置字段
【发布时间】:2014-10-23 18:46:28
【问题描述】:

我有 WordPress 多站点网络。我需要查询我的数据库以查找哪些站点的 SendGrid 设置为空白?

MySql中哪个字段可以查询或者哪里可以找到SendGrid字段?

【问题讨论】:

    标签: sendgrid


    【解决方案1】:

    如果您使用在wp_options 表中存储凭据的SendGrid for WordPress Pluginoption_names 为:sendgrid_usernamesendgrid_pwd

    当您使用 WordPress 多站点时,这些选项表将命名为 wp_1_optionswp_2_options 等等。

    您可以查询这些表以查看哪些网站没有包含sendgrid_usernamesendgrid_pwdoption_names 行(或者哪些网站有,但定义了相应的option_value)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2023-03-31
      • 2022-08-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-08-15
      • 1970-01-01
      • 2021-11-06
      相关资源
      最近更新 更多