第一次接触Linux系统中的隐藏文件。要将mysql加到命令行中,需要修改/home/root/.bash_profile中的PATH变量。此处,root是你的用
第一次接触Linux系统中的隐藏文件。
要将mysql加到命令行中,需要修改/home/root/.bash_profile中的PATH变量。
此处,root是你的用户名,.bash_profile是一个系统隐藏文件。
PATH=$PATH:$HOME/bin:/usr/local/mysql/bin
在PATH的最后加上mysql/bin的路径。
然后source .bash_profile即可即时生效。
,
Stellungnahme:Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn