Checking the database connection ... [OK] ERROR : Access denied for user 'user_name'@'localhost' to database 'db_name' what it mean...? i always got this error...
It means the user doesn't have permission to access your mysql database. Either you haven't granted the user permission, or your user is wrong in your config settings of the program.