WARNING: my_print_defaults command not found.

本文介绍了解决在配置MySQL过程中遇到的启动错误的方法。错误提示为找不到my_print_defaults命令,通过将/usr/local/mysql/bin路径添加到$PATH环境变量中解决了该问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在做LAMP实验的过程中,配置MySQL,提示如下错误:

[root@localhost /]# /usr/local/mysql/bin/mysqld_multi --config-file=/usr/local/mysql/etc/mysqld_multi.cnf start 0,1,2

WARNING: my_print_defaults command not found.
Please make sure you have this command available and
in your path. The command is available from the latest
MySQL distribution.
ABORT: Can't find command 'my_print_defaults'.
This command is available from the latest MySQL
distribution. Please make sure you have the command
in your PATH.
 
原因是之前实验装了多个版本的MySQL,解决办法是输入如下命令:
[root@localhost /]# export PATH=/usr/local/mysql/bin:$PATH
将/usr/local/mysql/bin加到$PATH环境变量里
 












本文转simmy51CTO博客,原文链接:http://blog.51cto.com/helpdesk/591045,如需转载请自行联系原作者
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值