次のように:
select * from mysql.general_log order by event_time desc
なぜ「アクセス拒否」が頻繁に表示されるのですか?それは2秒かそこらごとにそれをやろうとしているようです。これはバグですか、それともなぜこれが発生しているのですか、それはどういう意味ですか?
| user_host | thread_id | server_id | command_type | argument |
+---------------------------+-----------+-----------+--------------+-------------------------------------------------------------------+
| root[root] @ localhost [] | 122 | 0 | Query | select * from mysql.general_log order by event_time desc |
| [] @ localhost [] | 223 | 0 | Connect | Access denied for user 'dave'@'localhost' (using password: NO) |
| [dave] @ localhost [] | 223 | 0 | Connect | dave@localhost as on |
| [] @ localhost [] | 222 | 0 | Connect | Access denied for user 'dave'@'localhost' (using password: NO) |
| [dave] @ localhost [] | 222 | 0 | Connect | dave@localhost as on |
| [] @ localhost [] | 221 | 0 | Connect | Access denied for user 'dave'@'localhost' (using password: NO) |
| [dave] @ localhost [] | 221 | 0 | Connect | dave@localhost as on |
| [] @ localhost [] | 220 | 0 | Connect | Access denied for user 'dave'@'localhost' (using password: NO) |
| [dave] @ localhost [] | 220 | 0 | Connect | dave@localhost as on |
| [] @ localhost [] | 219 | 0 | Connect | Access denied for user 'dave'@'localhost' (using password: NO) |
| [dave] @ localhost [] | 219 | 0 | Connect | dave@localhost as on |
| [] @ localhost [] | 218 | 0 | Connect | Access denied for user 'dave'@'localhost' (using password: NO) |
| [dave] @ localhost [] | 218 | 0 | Connect | dave@localhost as on |
| [] @ localhost [] | 217 | 0 | Connect | Access denied for user 'dave'@'localhost' (using password: NO) |
| [dave] @ localhost [] | 217 | 0 | Connect | dave@localhost as on |
| [] @ localhost [] | 216 | 0 | Connect | Access denied for user 'dave'@'localhost' (using password: NO) |
| [dave] @ localhost [] | 216 | 0 | Connect | dave@localhost as on |
| [] @ localhost [] | 215 | 0 | Connect | Access denied for user 'dave'@'localhost' (using password: NO) |