gpt4 book ai didi

mysql - 如何检查 mysql 是否安装在 linux 机器上?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:49:25 25 4
gpt4 key购买 nike

就我而言,我正在尝试

mysql --version

所以显示

mysql  Ver 15.1 Distrib 5.5.35-MariaDB, for Linux (x86_64) using readline 5.1

但是当我给予

service mysql status

它显示path is not available,请帮助找出在特定linux机器上是否安装了mysql服务器。

最佳答案

您需要检查二进制文件是否存在:

  • mysql (which mysql) 如果需要检查客户端是否存在
  • mysqld(which mysqld_safewhich mysqld)如果你需要检查服务器是否存在

关于mysql - 如何检查 mysql 是否安装在 linux 机器上?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33343856/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com