Given quadratic equation:
\[
x^2 - 5x + 6 = 0
\]
Factorizing:
\[
x^2 - 2x - 3x + 6 = 0
\]
\[
x(x - 2) - 3(x - 2) = 0
\]
\[
(x - 2)(x - 3) = 0
\]
Setting each factor to zero:
\[
x - 2 = 0 \Rightarrow x = 2
\]
\[
x - 3 = 0 \Rightarrow x = 3
\]
Thus, the solution set is \( \{2,3\} \).