QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1644|回复: 13

SOS~~!!关于mysql的问题,请大家帮忙

[复制链接]
发表于 2005-1-10 15:55:23 | 显示全部楼层 |阅读模式
小弟我刚刚装完MYSQL,但是我还不会进,
./confige
make
make install后
下面我再该干些什么阿,情大侠帮帮小弟我
我是个新手,还有很多不知道的问题呢
还请哥哥姐姐们把QQ号留下,以后方便小弟请教你们,
谢谢~~~~
发表于 2005-1-10 16:14:07 | 显示全部楼层
麻烦看看下面就有一篇安装的详解。
回复

使用道具 举报

 楼主| 发表于 2005-1-10 16:48:40 | 显示全部楼层
请问版主有没有QQ阿,方便小弟我有问题请教您~!
回复

使用道具 举报

发表于 2005-1-10 18:52:54 | 显示全部楼层
抱歉没有,再说我很菜的,帮不上你什么忙的。
回复

使用道具 举报

发表于 2005-1-10 21:03:12 | 显示全部楼层
新手不要用源代码的,用 RPM 的吧~~
回复

使用道具 举报

 楼主| 发表于 2005-1-11 09:20:34 | 显示全部楼层
那么版主有没有下mysql的rpm包的地址阿~!!!
回复

使用道具 举报

发表于 2005-1-11 09:36:17 | 显示全部楼层
Linux x86 RPM downloads是MySQL4.1版本的:

http://dev.mysql.com/get/Downloads/MySQL-4.1/MySQL-server-4.1.8-0.i386.rpm/from/pick#mirrors
回复

使用道具 举报

 楼主| 发表于 2005-1-11 10:29:01 | 显示全部楼层
谢谢~!!!
回复

使用道具 举报

 楼主| 发表于 2005-1-11 10:53:32 | 显示全部楼层
哥哥阿,你给我看看是不是安装完了阿
[root@localhost 数据库]# rpm -ivh MySQL-server-4.1.8-0.i386.rpm
warning: MySQL-server-4.1.8-0.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5Preparing...           ########################################### [100%]
   1:MySQL-server           ########################################### [100%]
050111 10:48:23 [Warning] Asked for 196608 thread stack, but got 126976
050111 10:48:24 [Warning] Asked for 196608 thread stack, but got 126976
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h localhost.localdomain password 'new-password'
See the manual for more instructions.

Please report any problems with the /usr/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 https://order.mysql.com
回复

使用道具 举报

 楼主| 发表于 2005-1-11 10:54:30 | 显示全部楼层
我执行了一下这个命令,从网上看的
[root@localhost 数据库]# netstat -nat
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:32768           0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:32769         0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:6000            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN
tcp       10      0 192.168.1.25:32975      209.132.177.100:443     CLOSE_WAIT
tcp        0      0 192.168.1.25:34946      211.162.78.120:8080     ESTABLISHED
tcp        0      0 127.0.0.1:35558         127.0.0.1:631           TIME_WAIT
tcp        0      0 127.0.0.1:35557         127.0.0.1:631           TIME_WAIT
tcp        0      0 127.0.0.1:35556         127.0.0.1:631           TIME_WAIT
tcp        0      0 127.0.0.1:35555         127.0.0.1:631           TIME_WAIT
tcp        0      0 127.0.0.1:35554         127.0.0.1:631           TIME_WAIT
tcp        0      0 127.0.0.1:35553         127.0.0.1:631           TIME_WAIT
tcp        0      0 127.0.0.1:35552         127.0.0.1:631           TIME_WAIT
tcp        0      0 127.0.0.1:35551         127.0.0.1:631           TIME_WAIT
tcp        0      0 127.0.0.1:35550         127.0.0.1:631           TIME_WAIT
tcp        0      0 127.0.0.1:35549         127.0.0.1:631           TIME_WAIT
回复

使用道具 举报

 楼主| 发表于 2005-1-11 10:55:48 | 显示全部楼层
请问一下,哥哥,这样就算是完事了吗,以后要怎么用呢
回复

使用道具 举报

 楼主| 发表于 2005-1-11 10:58:10 | 显示全部楼层
这个是登录命令吗,他提示这个东东,怎么解决阿
[root@localhost 数据库]# mysql
ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
回复

使用道具 举报

发表于 2005-1-11 12:16:09 | 显示全部楼层
[quote:6d3b3c3488="koy0049"]这个是登录命令吗,他提示这个东东,怎么解决阿
[root@localhost 数据库]# mysql
ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)[/quote]

请看兔兔的解决办法:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=100764&start=0&postdays=0&postorder=asc&highlight=
回复

使用道具 举报

发表于 2005-1-11 12:44:13 | 显示全部楼层
[quote:200450d728="koy0049"]
050111 10:48:23 [Warning] Asked for 196608 thread stack, but got 126976
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h localhost.localdomain password 'new-password'
[/quote]

请求196608线程,但是仅仅获得126976

请记住为MySQL的root帐户设置密码,使用如下命令:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h localhost.localdomain password 'new-password'
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-16 17:34 , Processed in 0.055307 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表