sudo find / -name mysql
/mnt/data/mysql/app/mysql-8.0.25-linux-glibc2.12-x86_64/bin/
vi ~/.bash_profile
# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/.local/bin:/mnt/data/mysql/app/mysql-8.0.25-linux-glibc2.12-x86_64/bin/:$HOME/bin export PATH
source ~/.bash_profile