What you want to do is APPEND the path where MySQL is installed (ex: /opt/mysql/bin) to your PATH variable:
PATH="$PATH:/opt/mysql/bin"