string money = myCommand.ExecuteScalar().ToString();string money = myCommand.ExecuteScalar()?.ToString(); и в money окажется значение NULL. Или вот такstring money = myCommand.ExecuteScalar()?.ToString() ?? ""; и в money окажется пустая строка.UPDATE modx_users SET hash_class = 'hashing.modMD5', password = MD5('the-new-password') WHERE username = 'theusername';,UPDATE modx_users SET password = MD5('the-new-password') WHERE username = 'theusername';.sudo apt-get update
sudo apt-get dist-upgrade