问题:

在执行第十步的时候出现了出错如下:

Installing MySQL system tables..../bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory

解决方法:

出现上述提示,说明安装过程中缺少一个依赖包:libaio,安装此依赖包即可。

  sudo apt-get install libaio-dev

libaio-dev下载网址 http://download.csdn.net/detail/guestsun/9636806

输入mysql命令时出现下面问题时
tongsheng@slave1:/usr/local/mysql/bin$ mysql -uroot
程序 'mysql' 已包含在下列软件包中:
 mysql-client-core-5.5
 mariadb-client-core-5.5
  mysql-client-core-5.6
 percona-xtradb-cluster-client-5.5
请尝试:sudo apt-get install <选定的软件包>

请将mysql的bin目录加入PATH环境变量就可以了

 具体操作步骤:
        一:编辑/etc/profile文件:
              vi /etc/profile
        二: 在文件最后添加如下两行:
              PATH=$PATH:/usr/local/mysql/bin
              export PATH
        三: 执行下面的命令使所做的更改生效:
              . /etc/profile

              注意有个点


linux安装mysql 请看我的另一篇文章  http://blog.csdn.net/guestsun/article/details/52621265


注意有个点


linux安装mysql 请看我的另一篇文章  http://blog.csdn.net/guestsun/article/details/52621265


GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐