SOS~~!!关于mysql的问题,请大家帮忙
小弟我刚刚装完MYSQL,但是我还不会进,./confige
make
make install后
下面我再该干些什么阿,情大侠帮帮小弟我
我是个新手,还有很多不知道的问题呢
还请哥哥姐姐们把QQ号留下,以后方便小弟请教你们,
谢谢~~~~ 麻烦看看下面就有一篇安装的详解。 请问版主有没有QQ阿,方便小弟我有问题请教您~! 抱歉没有,再说我很菜的,帮不上你什么忙的。 :mrgreen: 新手不要用源代码的,用 RPM 的吧~~ 那么版主有没有下mysql的rpm包的地址阿~!!! 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 谢谢~!!! 8) 哥哥阿,你给我看看是不是安装完了阿
# 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... ###########################################
1:MySQL-server ###########################################
050111 10:48:23 Asked for 196608 thread stack, but got 126976
050111 10:48:24 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 我执行了一下这个命令,从网上看的
# 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 请问一下,哥哥,这样就算是完事了吗,以后要怎么用呢 这个是登录命令吗,他提示这个东东,怎么解决阿
# mysql
ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) 这个是登录命令吗,他提示这个东东,怎么解决阿
# mysql
ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
请看兔兔的解决办法:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=100764&start=0&postdays=0&postorder=asc&highlight=
050111 10:48:23 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'
请求196608线程,但是仅仅获得126976
请记住为MySQL的root帐户设置密码,使用如下命令:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h localhost.localdomain password 'new-password'
页:
[1]