ChinaUnix.net
相关文章推荐:

linux mysql559安装

本人用的是 RetHat linux7.3 ,这些资料是在去年做的时候就写下来了,不过现在想,既然有一些经验,那就大家一起来分享,让人少走弯路,我不知道这是否有人发布过,但这是我的一点心意。以下是整个手册. mysql 3.x for linux安装及配置手册 Step 1. 操作系统: Redhat linux 7.3 Step 2. 所需软件包(都拷贝到 /tmp 目录下): mysql-max-3.23.55-pc-linux-i686.tar.gz Step 3. 软件安装: 1) 将mysql-max-3.23.55-pc-linux-i6...

by mili - 系统管理 - 2004-09-27 19:16:11 阅读(1460) 回复(2)

相关讨论

linux 安装 mysql 日期:2007-01-23 作者:linux时代 来自:linux.chinaunix.net [color="#000000"] -->   一、引言   想使用linux已经很长时间了,由于没有硬性任务一直也没有系统学习,近日由于工作需要必须使用linux下的mysql。本以为有Windows下使用SQL Server的经验,觉得在linux安装mysql应该是易如反掌的事,可在真正安装和使用mysql时走了很多弯路,遇见很多问题,毕竟linux 和Windows本身就有很大区别。为了让和...

by etassassin - MySQL文档中心 - 2009-06-28 22:34:00 阅读(824) 回复(0)

1.Add a login user and group for `mysqld' to run as:为‘mysqld’增添一个登陆用户和组 shell> groupadd mysql shell> useradd -g mysql mysql 2.解压 shell> gunzip cd mysql-5.0.15 3.Configure the release and compile everything:配置和编译给configure分配可执行文件 shell> chmod +x configure 改变字符集为 GBK [默认字符集为ISO-8859-1(Latin1)] shell> ./configure --prefix=/usr/local/mysql --with-charset=...

by 剑心通明 - MySQL文档中心 - 2008-05-30 17:55:20 阅读(672) 回复(0)

作者: zhjbond 出自: http://www.linuxdiyf.com 1.Add a login user and group for `mysqld' to run as:为‘mysqld’增添一个登陆用户和组 shell> groupadd mysql shell> useradd -g mysql mysql 2.解压 shell> gunzip cd mysql-5.0.15 3.Configure the release and compile everything:配置和编译给configure分配可执行文件 shell> chmod +x configure 改变字符集为 GBK [默认字符集为ISO-8859-1(Latin1)] shell> ./configure ...

by sdccf - MySQL文档中心 - 2008-04-06 10:39:57 阅读(441) 回复(0)

作者: bailian 出自: http://www.linuxdiyf.com 1.Add a login user and group for `mysqld' to run as:为‘mysqld’增添一个登陆用户和组 shell> groupadd mysql shell> useradd -g mysql mysql 2.解压 shell> gunzip cd mysql-5.0.15 3.Configure the release and compile everything:配置和编译给configure分配可执行文件 shell> chmod +x configure 改变字符集为 GBK [默认字符集为ISO-8859-1(Latin1)] shell> ./configure ...

by sdccf - MySQL文档中心 - 2008-04-06 10:37:54 阅读(472) 回复(0)

安装版本mysql-5.0.40 需编译 下载编译需要的一些工具,这些工具在默认安装的ubuntu上可能没有,需要手动安装 sudo apt-get install g++ gcc make automake perl 安装好所有需要的工具 下载需要的libncurses5-dev、kdelibs_dev 和 kdelib sudo apt-get update apt-get install build-essential sudo apt-get install libncurses5-dev sudo apt-get install kdelibs4-dev sudo apt-get install kdelibs4c2a 安装mysql,使用root权...

by linuxchao - MySQL文档中心 - 2007-11-15 21:02:07 阅读(424) 回复(0)

linux安装mysql 一、引言   想使用linux已经很长时间了,由于没有硬性任务一直也没有系统学习,近日由于工作需要必须使用linux下的mysql。本以为有Windows下使用SQL Server的经验,觉得在linux安装mysql应该是易如反掌的事,可在真正安装和使用mysql时走了很多弯路,遇见很多问题,毕竟linux 和Windows本身就有很大区别。为了让和我一样的初学者在学习的过程中少走弯路,尽快入门,...

by iamacnhero - MySQL文档中心 - 2006-11-01 23:59:51 阅读(506) 回复(0)

安装mysql所需文件: linuxthreads-0.7.1.tar.gz mysql-3.20.32a.tar.gz php-2.b12.tar.gz apache_1.2.5.tar.gz 第一步: 把下列文件拷贝到/usr/local/src 目录下: linuxthreads-0.7.1.tar.gz mysql-3.20.32a.tar.gz php-2.b12.tar.gz 把 apache_1.2.5.tar.gz 拷贝到 /use/local/etc 这里如果要安装PHP3, 则Apache 服务器至少要 1.3.1 以上的版本 第二步:安装linuxthreads-0.7.1 cd /usr/local/src tar zxpvf lin...

by gunguymadman007 - MySQL - 2003-11-02 15:04:49 阅读(927) 回复(2)

作者: ylnyzl 出自: http://www.linuxdiyf.com 编译mysql时configure: error: No curses/termcap library found . you can try re-installing the ncurses-devel package. debian: sudo apt-get install ncurses-devel The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses Terminfo format, supports pads and color and multiple highlights and forms chara...

by sdccf - MySQL文档中心 - 2008-04-15 22:37:23 阅读(537) 回复(0)

Share 编译mysql时configure: error: No curses/termcap library found . you can try re-installing the ncurses-devel package. debian: sudo apt-get install ncurses-devel The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses Terminfo format, supports pads and color and multiple highlights and forms charact...

by coffeelzp - MySQL文档中心 - 2008-04-12 20:35:53 阅读(581) 回复(0)

[chllcy@localhost ~]$ rpm -ivh mysql-server-5.1.17-0.glibc23.i386.rpm error: Failed dependencies: perl(DBI) is needed by mysql-server-5.1.17-0.glibc23.i386 不知道该怎么解决???那个perl(DBI)哪里来的阿 ????希望指点一下 谢谢!!

by chllcy - MySQL - 2007-05-10 23:34:09 阅读(1209) 回复(0)