mysql 正则表达式运行报错?

SELECT `id`, `graphic_type`, `wechat_material_group_id`, `media_id`, `is_use`, `is_many`, `created`, `content` FROM `wechat_material_news` WHERE ( admin_id='951D8719CD0D3ED5B8E36BB169EED1E9' AND wechat_id='1' AND state='1') and content REGEXP 'title":.*.*author' ORDER BY `created` DESC LIMIT 10


报错Timeout exceeded in regular expression match.

不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 以帮助更多的人 ^-^