Heim >Datenbank >MySQL-Tutorial >MySQL问题解决:-bash:mysql:command not found_MySQL

MySQL问题解决:-bash:mysql:command not found_MySQL

WBOY
WBOYOriginal
2016-06-01 13:36:111127Durchsuche

bitsCN.com


MySQL问题解决:-bash:mysql:command not found

 

问题: 

      [root@linux115 /]# mysql -uroot -p 

 

      -bash: mysql: command not found 

   因为mysql命令的路径在/usr/local/mysql/bin下面,所以你直接使用mysql命令时,
系统在/usr/bin下面查此命令,所以找不到了 

 

   解决办法是:

 

 ln -s /usr/local/mysql/bin/mysql /usr/bin 做个链接即可

 

bitsCN.com
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