安装方式分为rpm和源码编译安装两种,本文是采用mysql源码编译方式,编译器使用Cmake。软件需要mysql-5.5.35.tar.gz和cmake-2.8.10.2.tar.gz,请自行下载。1. 安装cmakeMySQL从5.5版本开始,通过./configure进行编译配置方式已经被取消,取而代之的是cmake工具。因此,我们首先要在系统中源码编译安装cmake工具。[root@test
原创
2014-01-15 11:51:43
6284阅读
点赞
作为CentOS 6.3 的新特性,mysql添加了innodb的插件,性能比内置的innodb引擎更好。
环境CentOS 6.3 x64
安装
yum install mysql-server
启用方法
[mysqld] ignore-builtin-innodb plugin-load=in
原创
2012-07-29 23:28:30
1229阅读
login as: root
Access denied
root@192.168.0.53's password:
Last login: Thu Mar 21 10:32:25 2013
[root@aa-mysql-02 ~]#
[root@aa-mysql-02 ~]#
[root@aa-mysql-02 ~]#
[root@aa-mysql-02 ~]#
原创
2013-03-21 14:02:12
1026阅读
CentOS-6.3安装Mysql集群
转载
精选
2014-03-24 22:30:53
350阅读
1.安装相关库文件(没有的话就安装,有就不用安装了) # yum install bison gcc gcc-c++ autoconf automake zlib* libxml* ncurses-devel libtool-ltdl-devel* 2.安装
原创
2013-07-16 09:12:24
848阅读
点赞
YUM
一 yum介绍:
软件包管理器 Yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE、CentOS中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装,
原创
2013-03-20 10:58:09
659阅读
DNS
实验一:转发,泛解析,负载均衡,主从服务器
主服务器的配置(10.10.10.10):
[root@server1 ~]# yum -y install bind*( centos 6.3 bind-9.8.2-0.10.rc1.el6_3.4.i686)
[root@server1 ~]# vi /etc/named.conf
optio
原创
2012-10-15 12:33:37
733阅读
今天在一台DELL Vostro 200的机器上安装CentOS 6.3,起初用U盘安装的方式,用UltroISO把CentOS 6.3的镜像烧录进U盘,用平时烧录Windows的方法。拿U盘去DELL那台机器,按F12用USB启动,进去可以看到INSTALL的选项,回车进去,出现一段代码信息,最后提示Boot有问题。看到手头上有空白的DVD光盘,于是用ImgBurn来刻录光盘,再到DELL 20
原创
2014-08-13 10:19:03
627阅读
Puppet 安装
1,下载安装puppetlabs-release-6-1.noarch.rpm
[root@localhost usr]# wget http://yum.puppetlabs.com/el/6/product
原创
2013-03-19 11:22:39
837阅读
建立mysql用户和组groupadd mysqluseradd mysql安装cmakeyum -y install gcc*yum -y install ncurses-devel*wget -c http://www.cmake.org/files/v2.8/cmake-2.8.11.2.tar.gztar zxfv cmake-2.8.11.2.tar.gzcd cmake-2.8.11.
原创
2013-08-04 14:41:22
681阅读
点赞
解决依赖关系yum -y install gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel
原创
2014-11-20 15:36:04
1172阅读
安装方式分为rpm和源码编译安装两种,本文是采用mysql源码编译方式,编译器使用Cmake。软件需要mysql-5.5.29.tar.gz和cmake-2.8.10.2.tar.gz,请自行下载。下载地址:http://mysql.mirror.kangaroot.net/Downloads/http://www.cmake.org/files/v2.8/cmake-2.8.10.2.tar.g
转载
2021-09-01 10:09:49
57阅读
系统环境:CentOS 6.3 服务器
Windows 7客户端
IP地址分别为:10.1.4.44服务器、10.1.4.180客户端
1、检查是否是安装MySQL?
[root@Web_Mysql ~]# rpm -qa |grep mysql
原创
2012-10-29 11:47:15
1982阅读
mysql从5.5版本开始,不再使用./configure编译,而是使用cmake编译器,具体的cmake编译参数可以参考mysql官网文档(※ 非常重要)
http://dev.mysql.com/doc/refman/5.5/en/source-configuration-options.html
mysql-5.5.28.tar.gz源码包下载地址:
http://cd
原创
2012-11-23 14:31:25
838阅读
CentOS 6.3下MySQL 5.6源码安装
本文将为您介绍CentOS 6.3下如何安装MySQL 5.6.10,这一版本是Oracle时隔两年后发布的又一重大版本。
Linux操作系统:CentOS 6.3
1:下载:当前mysql版本到了5.6.10
下载地址:http://dev.mysql.com/download
转载
精选
2013-04-14 19:09:39
653阅读
1、查看CentOS自带MySQL 5.1组件并卸载 rpm -qa | grep -i mysql rpm -e --nodeps mysql-libs-5.1.61-4.el6.x86_64 2、rpm -ivh numactl-2.0.9-2.el6.x86_64.rpm rpm -ivh l
原创
2017-05-03 09:55:53
1214阅读
点赞
安装方式分为rpm和源码编译安装两种,本文是采用mysql源码编译方式,编译器使用Cmake。软件需要mysql-5.5.29.tar.gz和cmake-2.8.10.2.tar.gz,请自行下载。下载地址:http://mysql.mirror.kangaroot.net/Downloads/http://www.cmake.org/files/v2.8/cmake-2.8.10.2
转载
2022-03-23 13:58:16
130阅读
编译环境和编译方法安装编译环境:#yum install gcc gcc-c++ gcc-g77 flex autoconfig automake bison zlib-devel bzip2-devel ncurses-devel libtool libtool-ltdl openssl openssl-devel pam-devel libtermcap-devel curl-devel li
原创
2012-09-10 20:36:39
591阅读
[root@cn-svn-multi-01 ~]# mount -t nfs 192.168.0.234:/mnt/nfs/test/nfs-1 /mnt
mount: wrong fs type, bad option, bad superblock on 192.168.0.234:/mnt/nfs/test/nfs-1,
&
原创
2013-03-20 11:04:10
2111阅读
tftp error
[root@aa-config-01 dhcp]# cat /etc/xinetd.d/tftp
# default: off
# description: The tftp server serves files using the trivial file transfer \
#
原创
2013-03-21 09:51:58
539阅读