ilkerxx adlı üyeden alıntı: mesajı görüntüle
exceptiondan gelen mesajı yazarmısın.. anlamlı bir mesaj çıkmıyorsa catch boluguna exception yerine MySqlException yazıp denermisin

catch (MySqlExcetion ex)
{
messagebox.show(("An Error Occurred. " + ex.Number + “ – “ + ex.Message));
}
Access denied for user 'theprnce_program'@'109.228.244.58' (using password: YES)