I set -dHASMYSQL51CONNECTION option in lazarus build dialog and recompile Lazarus, but TMySQL51Connection component does not appear in component palette.
I can use TMySQL51Connection by adding mysql51conn unit in "uses" clause but it is not so usefull like visual component.
What should I do to use this component in visual mode?