how to add mysql to path on termin after installation

Solutions on MaxInterview for how to add mysql to path on termin after installation by the best coders in the world

showing results for - "how to add mysql to path on termin after installation"
Julian
14 Jan 2018
1echo 'export PATH="/usr/local/mysql/bin:$PATH"' >> ~/.bash_profile
2
similar questions