大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全家桶1年46,售后保障稳定
[root@locahost mysql]# ./scripts/mysql_install_db –user=mysql –basedir=/application/mysql/ –datadir=/application/mysql/data/
FATAL ERROR: Could not find my_print_defaults
The following directories were searched:
/application/mysql//bin
/application/mysql//extra
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.
原因:安装路径指定错误,刚刚仔细看了以下,发现/application多写了一个p,应该是/aplication。
解决方法:重新指定正确安装路径
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/234773.html原文链接:https://javaforall.net