MySqlCommand kmt= new MySqlCommand("select now();", con); var result = kmt.ExecuteScalar();
string result = Convert.ToString(kmt.ExecuteScalar());