mysql: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory
因为安装卸载过rpm旧版本的缘故,旧版本遗留下很多Mysql命令,执行mysql命令的时候,没有指定目录,直接使用的$PATH下的命令,使用的是旧版本的命令;
把旧版本的命令删除,同时将新版本的bin加到path即可。