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

mysql安装编译

    来源: 互联网  发布时间:2016-02-21

    本文导语:  我在Redhat9上装mysql,在编译的时候出现如下错误:烦请高手指点 [root@localhost mysql-5.0.45-linux-i686]# ./configure --sysconfdir=/etc NOTE: This is a MySQL binary distribution. It's ready to run, you don't need to configure it! To help you a b...

我在Redhat9上装mysql,在编译的时候出现如下错误:烦请高手指点
[root@localhost mysql-5.0.45-linux-i686]# ./configure --sysconfdir=/etc
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!

To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you.  If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.

Installing MySQL system tables...
OK
Filling help tables...
OK

To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h localhost.localdomain password 'new-password'
See the manual for more instructions.
You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl
cd mysql-test ; perl mysql-test-run.pl

Please report any problems with the ./bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at http://shop.mysql.com
Starting the mysqld server.  You can test that it is up and running
with the command:
./bin/mysqladmin version
[root@localhost mysql-5.0.45-linux-i686]# Starting mysqld daemon with databases from /tmp/jianbo/php/mysql-5.0.45-linux-i686/data

[root@localhost mysql-5.0.45-linux-i686]# STOPPING server from pid file /tmp/jianbo/php/mysql-5.0.45-linux-i686/data/localhost.localdomain.pid
071205 11:41:58  mysqld ended

|
mysql官网提供了好几个版本的下载。

估计你下的是Linux (non RPM, Intel C/C++ compiled, glibc-2.3)或者Linux (non RPM packages) 这两个版本是mysql官方已经编译好的,尤其是第一个特意针对Intel的芯片做了优化的,推荐下载。下载后不需要编译,只需要建立个用户,设置下目录访问权限,简单配置一下即可。

mysql的源码版是那个Source

|
下载的是可执行文件版本,不是源文件版本,无需编译

|
不是你安装的版本不对,是这些版本中,你可以选择自己喜欢的版本。

    
 
 

您可能感兴趣的文章:

  • 在freebsd下编译mysql不支持gbk,是否要先卸载mysql再重新编译?
  • 急需c访问mysql的代码,要直接可以编译的!
  • 访问mysql编译出错!!!
  • 在Linux下访问mysql,编译出现的问题
  • MYSQL用什么编译嵌入式SQL的程序
  • 高分求教mysql 编译环境安装问题!
  • 求助!!编译连接 mysql 时出错
  • 解析如何加快mysql编译的速度
  • C和mysql编译出错,帮忙看看
  • 编译问题 undefined reference to `mysql_free_result'
  • crontab 如何定时执行Mysql中C编译完成的程序
  • 用GCC编译时,找不到MYSQL.H这个文件呀,请老大帮忙呀!!!!!!!!!
  • mysql编译问题
  • 急!编译Mysql出错!
  • MySQl的编译安装!
  • 重新编译Mysql时出现问题,请教达人
  • 我在linux环境下用QT和Mysql,编译时无法找到头文件QSqlDriver,怎么办?
  • Linux下查看nginx apache mysql php的编译参数
  • mysql++ 程序上次编译好好的,这次出错
  • Linux下MySQL 5.5.8 源码编译安装记录分享
  • php安装完成后如何添加mysql扩展
  • 为什么用linux安装盘安装了mysql后,启动mysql,提示找不到mysql.sock文件?
  • MySQL Workbench的下载安装与使用教程
  • 我已经用源代码方式安装了apache,如何让它支持php和mysql(php没有安装,mysql安装的是rpm包),要不要重新安装apache?如何删除已有的ap
  • php中内置的mysql数据库连接驱动mysqlnd简介及mysqlnd的配置安装方式
  • php for linux安装既不支持mysql.如何配置支持mysql
  • Win7 64位下mysql 下载、安装与配置图文教程
  • 在Linux内安装了Mysql,无法进入Mysql.
  • mysql 5.7下载安装配置详细教程
  • 在free bsd unix下安装mysql,都需要装什么,还需dbd:mysql?
  • mysql安装图解
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • mysql中如何查看最大连接数(max_connections)和修改最大连接数
  • 在 linux下输入"mysql"命令,进入mysql命令行,但出现“Can't connetc to local MySQL server thuough socket /var/lib/mysql/mysql.sock
  • Mysql查询错误:ERROR:no query specified原因
  • MySQL 重装MySQL后, mysql服务无法启动
  • mysql中查询当前正在运行的SQL语句并找出mysql中运行慢的sql语句
  • 請教,在redhat linux7.2+mysql 中,系統提示mysql已啟動,網頁卻不能訪問mysql?
  • Myeclipse中自带Tomcat的JDBC连接池配置(mysql和mssql)
  • 求解释: useradd -g mysql mysql -d /home/mysql -s /sbin/nologin
  • VS2012+MySQL+SilverLight5的MVVM开发模式介绍
  • 怎样在linux终端输入mysql直接进入mysql?
  • MySQL索引基本知识
  • c++中关于#include <mysql/mysql.h>的问题?
  • Mysql设置查询条件(where)查询字段为NULL
  • mysql -u root mysql 怎么解释
  • mysql中字符串和时间互相转换的方法(自动转换及DATE_FORMAT函数)
  • mm.mysql那里可以下载?www.mysql.com根本下载不了。谢谢了
  • java将类序列化并存储到mysql(使用hibernate)
  • MySQL集群 MySQL Cluster
  • Mysql索引类型:B-Tree索引介绍
  • 重新编译Mysql时出现问题,请教达人 iis7站长之家
  • Mysql Select查询执行流程介绍及实例
  • linux 下mysql 以root和普通用户进入mysql的问题


  • 站内导航:


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

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

    浙ICP备11055608号-3