mysql: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
安装数据库登录报错提示缺少libtinfo.so.5包
[root@centos8 local]# mysql
mysql: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
解决方法
先进入数据库的对应解压缩文件并找到该执行命令文件的对应目录,找到该命令依赖的库文件
[root@centos8 local]# cd /usr/local/mysql/bin/ #先进入该命令的对应目录
[root@centos8 bin]# ldd mysql #查看依赖库文件
linux-vdso.so.1