ChinaUnix.net
相关文章推荐:

linux安装mysql55

欢迎使用 phpMyAdmin 2.6.2-pl1 phpMyAdmin 试图连接到 mysql 服务器,但服务器拒绝连接。您应该检查 config.inc.php 中的主机、用户名和密码,并且确定这些信息与 mysql 服务器的管理员所给出的信息一致。 错误 mysql 返回: #1251 - Client does not support authentication protocol requested by server; consider upgrading mysql client ==== 如果mysql5不设置密码就没事..

by surroad - MySQL - 2005-12-13 14:52:14 阅读(2893) 回复(12)

相关讨论

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 阅读(1134) 回复(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 阅读(992) 回复(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 阅读(746) 回复(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 阅读(776) 回复(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 阅读(688) 回复(0)

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

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

本人用的是 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 阅读(1721) 回复(2)

安装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 阅读(1273) 回复(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 阅读(801) 回复(0)

各位xdjm大家好! 我想在linux redflag下面安装一个mysql,能编译c语言的程序。最好是安装哪个版本?最好给个安装包的链接 谢谢!!!

by mihu2001 - MySQL - 2008-04-01 20:47:54 阅读(1705) 回复(2)