Answers for "how to add mysql to path on termin after installation"

SQL
0

how to add mysql to path on termin after installation

echo 'export PATH="/usr/local/mysql/bin:$PATH"' >> ~/.bash_profile
Posted by: Guest on May-01-2021

Code answers related to "how to add mysql to path on termin after installation"

Code answers related to "SQL"

Browse Popular Code Answers by Language