這是一次攻擊,結果如何?嘗試攻擊mysql?
120406 15:47:32 44330 Connect Access denied for user 'sdgfsdgfsdgfs'@'89.107.230.194' (using password: YES)
44330 Connect [email protected] as on
如何防止?
這是一次攻擊,結果如何?嘗試攻擊mysql?
120406 15:47:32 44330 Connect Access denied for user 'sdgfsdgfsdgfs'@'89.107.230.194' (using password: YES)
44330 Connect [email protected] as on
如何防止?
這可能是一次黑客攻擊,它們無法連接。
我建議你安裝一個防火牆來解決許多問題,並防止在將來發生這種情況。
你應該真的禁用遠程MySQL訪問,設置爲只允許本地入站連接。 Use a tunneling script如果您確實需要從其他地方連接。
這兩行日誌中的判決是拒絕訪問。但是您可以搜索整個文件以獲取訪問權限。
我無法禁用,因爲它是應用程序的一部分。 – Bertaud
在這種情況下,請閱讀http://arstechnica.com/information-technology/2012/06/security-flaw-in-mysql-mariadb-allows-access-with-any-password-just-keep-submitting-it/並確保這不會影響你。人們可能試圖擁有你的服務器。 –
我有防火牆!我的mysql日誌充滿了這樣的消息! – Bertaud
如果你是一個防火牆,我建議你阻止一切不需要的東西。看起來你有mysql至少向世界開放。 – ChrisBint