Heim  >  Artikel  >  Datenbank  >  Linux系统中怎么将mysql加到命令行里

Linux系统中怎么将mysql加到命令行里

WBOY
WBOYOriginal
2016-06-07 16:52:491006Durchsuche

第一次接触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即可即时生效。

linux

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