微信机器人提示数据库错误
[Table \'wp_weixin_messages\' doesn\'t exist]
SELECT Event as label, count(*) as count FROM `wp_weixin_messages` WHERE `appid` = \'wxc61234567890a2ca\' AND `CreateTime` > 1592928000 AND `CreateTime` < 1592929570 AND `MsgType` = \'event\' AND `Event` IN (\'subscribe\',\'unsubscribe\') GROUP BY `Event` ORDER BY `count` DESC
可能是权限不足?有没有手动创建表的SQL?
谢谢!