博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
mysql 5.5.32 多实例环境的启动问题
阅读量:6701 次
发布时间:2019-06-25

本文共 687 字,大约阅读时间需要 2 分钟。

  [root@localhost scripts]# /bin/sh mysql_install_db --user=mysql --dasedir=/application/mysql --datadir=ar/webdb/3307/data
FATAL ERROR: Could not find
 ./bin/my_print_defaults
If you compiled from source, you need to run 'make install' to
copy the software into the correct location ready for operation.
If you are using a binary release, you must either be at the top
level of the extracted archive, or pass the --basedir option
pointing to that location.
另外有一个问题,有点相似,当我在apache主机上使用mysql 5.5.54 二进制包时,在 /bin/sh mysql_install_db时同样出现这个问题,唯独是没有./bin
后来查看了一下mysql.server的代码,发现二进制包的 --basedir 应该直接写安装包目录(因为本身就是安装好的),也可以不写,因为--basedir只有在编译安装时才会用到
FATAL ERROR: Could not find
my_print_defaults

转载地址:http://sxgoo.baihongyu.com/

你可能感兴趣的文章
css特殊情况
查看>>
洛谷 P2735 电网 Electric Fences Label:计算几何--皮克定理
查看>>
Vue + webpack 项目配置化、接口请求统一管理
查看>>
关于电脑的基础单词笔记
查看>>
安卓App设计博文
查看>>
11.8 开课二个月零四天 (Jquery)
查看>>
ZEN CART 在LINUX系统下设置邮箱方法---用GMAIL设置,方法选择SMTPAUTH
查看>>
ofstream的使用方法--超级精细。C++文件写入、读出函数(转)
查看>>
DOM剪切板
查看>>
10.高效分布
查看>>
装饰器概念及运用
查看>>
CCF 201312-4 有趣的数
查看>>
screenX clientX pageX的区别
查看>>
android之自定义广播
查看>>
cAdvisor+InfluxDB+Grafana 监控Docker
查看>>
在 PowerPoint 2016 中嵌入网页
查看>>
C#关键字的使用
查看>>
操作系统常考知识点总结(1)
查看>>
Find Minimum in Rotated Sorted Array II
查看>>
spring 第一天:1015
查看>>