当前位置:  技术问答>linux和unix

「又要劳烦各位了」 linux 安装mysql问题

    来源: 互联网  发布时间:2017-02-24

    本文导语:           linux :  ylmf os 11          mysql: 5.0.87     ,5.5.12 ,还又等着下载的几个。。(濒临崩溃)             我按照readme 和install 说明来一步一步操作的。。            机器上没make ...

         linux :  ylmf os 11
         mysql: 5.0.87     ,5.5.12 ,还又等着下载的几个。。(濒临崩溃)
  
         我按照readme 和install 说明来一步一步操作的。。

 
         机器上没make   软件中心下make 在安装的时候就卡在50%。。cmake时候还有错误。


         cmake .  的错误:
         


CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_C_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_C_COMPILER
CMake Error: Could not find cmake module file:/home/js/下载/mysql-5.5.12/CMakeFiles/CMakeCCompiler.cmake
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER
CMake Error: Could not find cmake module file:/home/js/下载/mysql-5.5.12/CMakeFiles/CMakeCXXCompiler.cmake
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!



官方提示的这句。
scripts/mysql_install_db --user=mysql
           
我的路径下没有
只到script  还是个文件。

哦忘了说   mysql 是5.5.12 tar.gz格式的
解压之后这个目录结构

root@js-desktop:/home/js/下载/mysql-5.5.12# ls

BUILD           configure.cmake     libmysqld    regex          unittest
BUILD-CMAKE     COPYING             libservices  scripts        VERSION
client          dbug                man          sql            vio
cmake           Docs                mysql        sql-bench      win
CMakeCache.txt  extra               mysql-test   sql-common     zlib
CMakeFiles      include             mysys        storage
CMakeLists.txt  INSTALL-SOURCE      packaging    strings
cmd-line-utils  INSTALL-WIN-SOURCE  plugin       support-files
config.h.cmake  libmysql            README       tests


一打cmake 。就出上面提示的话。
机器上还安不上make 


最开始其实登录mysql出的是 error:/tmp/mysql.sock  not found错误。
是用软件中心下载的mysql5.1.5

各种google 百度 都没能解决。 加链接ln -s 的     
当我find / -name mysql.sock 的时候
该文件出现的位置居然是 /root/.local/shar/Trxxx/files/mysql.sock
我把这路径加如链接也不能解决。

还是那个错误。

最后搞的我一顿下mysql  一顿换mysql 一顿暴力删除mysql
后来干脆气的全删除重新下载mysql了
在后来发现在软件中心安不了已经安装的mysql了 (我暴力删除的  rm -fr)
我完全蒙了。


上火啊。


求指明路。

这ylmf os 11  没make 没cmake 没rpm 。。。什么都没。
软件中心下载100%却安不上  总卡在50%那。。。其他的软件倒是能安装。


没yum  没apt-get install      


我都不知道我表达是什么意思了。

还是明天来等大神解救我吧。

|
男人要学会冷静分析问题....
http://blog.csdn.net/liv2005/article/details/7181508

mysql 5.1.X可以按照如下的方式安装   
5.0的话,就不需要--with-plugins这句、
5.5的话,就要cmake了,很烦,而且5.5不建议在线上系统使用,个人觉得很多新特性还不是很稳定。

su root 
groupadd mysql  
useradd -g mysql -s "/sbin/nologin" mysql  
tar zxvf mysql-5.1.58.tar.gz  
cd mysql-5.1.58  
./configure --prefix=/usr/local/mysql --localstatedir=/home/mysql --with-charset=gbk --with-extra-charsets=all --enable-thread-safe-client --with-plugins=partition,innobase,myisam,innodb_plugin,myisammrg,heap  
make   
make install  
chown mysql:mysql -R /usr/local/mysql/  
cd ../  

应该就可以了,make这种命令,应该不会没有吧,除非gcc都没有...所以应该是权限问题..

|


你安装cmake了没有

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 各位,劳烦告诉我jbuilder5.0enterprise的activation key,急
  • Flash与S3C44B0X连接时地址线为什么要偏移一位,对应的代码也不甚清楚,劳烦各位大侠给看看。小弟先在此谢过了。


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3