FATAL ERROR: Could not find ./share/fill_help_tables.sql

Posted 运维工匠实战(如果发现有错误请大家把正确的方法发送给我,方便

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了FATAL ERROR: Could not find ./share/fill_help_tables.sql相关的知识,希望对你有一定的参考价值。

[[email protected] mysql-5.6.33]# /apps/mysql-5.6.33/scripts/mysql_install_db --datadir=/data/my_db --user=mysql
FATAL ERROR: Could not find ./share/fill_help_tables.sql

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.

 加上参数--basedir=

问题解决:

[[email protected] mysql-5.6.33]# /apps/mysql-5.6.33/scripts/mysql_install_db --datadir=/data/my_db --basedir=/apps/mysql-5.6.33/ --user=mysql

 

以上是关于FATAL ERROR: Could not find ./share/fill_help_tables.sql的主要内容,如果未能解决你的问题,请参考以下文章

(转)主从同步遇到 Got fatal error 1236 from master when reading data from binary log: 'Could not find fi

Push failed: Failed with error: fatal: Could not read from remote repository

FATAL ERROR: Could not find ./share/fill_help_tables.sql

FATAL ERROR: Could not find ./bin/my_print_defaults 解决方法

FATAL ERROR: Could not find ./bin/my_print_defaults的解决办法

执行git pull命令报告"fatal: early EOF fatal: index-pack failed error: Could not fetch origin fatal: r