如果安装mysql出现了以上的报错信息。这是缺少numactl的问题。
Centos7使用
yum -y install numactl
ubuntu使用
sudo apt-get install numactl
转载于:https://blog.csdn.net/hanqing456/article/details/111878938
在CentOS7和Ubuntu上安装MySQL时遇到报错,提示缺少numactl。解决方法是通过yum安装numactl:`yum -y install numactl`,或者在Ubuntu上使用`sudo apt-get install numactl`。确保系统环境正确处理依赖问题。
如果安装mysql出现了以上的报错信息。这是缺少numactl的问题。
Centos7使用
yum -y install numactl
ubuntu使用
sudo apt-get install numactl
转载于:https://blog.csdn.net/hanqing456/article/details/111878938
2881
861
2245
1084
2968
2769

被折叠的 条评论
为什么被折叠?