我得到一个有趣的 MySQL 错误。这是发生了什么:
询问:
SELECT COUNT(id) AS mycount FROM ip_protection.hits WHERE datetime_created>DATE_SUB(NOW(), INTERVAL 10 MINUTE) AND ip='166.248.6.19'
错误:
SELECT command denied to user 'goatpric_db'@'166.248.6.19' for table 'hits'
特权:
GRANT ALL PRIVILEGES ON `goatpric\_ip\_protection`.* TO 'goatpric_db'@'%'
'hits' 是 ip_protection 中的一个表。有什么想法吗?