How do you concatenate strings in MySQL?

Using CONCAT method you can concatenate strings in MySQL.

Example :
CONCAT (string1, string2, string3)