Run the following SQL script against the MySQL server to remove the anonymous user account: DELETE FROM mysql.user WHERE User='';.
確定! 回上一頁