hobby! 发表于 2006-4-5 00:35:14

请教mysql安装问题

我下载了一个mysql-5.1.7-beta-linux-i686

# rpm -qa mysql
mysql-3.23.58-1

# mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib /mysql/mysql.sock' (2)
# fcitx
# ./configure
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!

To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you.If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.

Installing all prepared tables
Fill help tables

To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h localhost.localdomain password 'new-password'
See the manual for more instructions.

NOTE:If you are upgrading from a MySQL <= 3.22.10 you should run
the ./bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!

You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &

You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; perl run-all-tests

Please report any problems with the ./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
Starting the mysqld server.You can test that it is up and running
with the command:
./bin/mysqladmin version
# chown: ‘mysql’: 无效的用户
Starting mysqld-max daemon with databases from /home/hobby/down/server/mysql-5.1.7-beta-linux-i686/data
STOPPING server from pid file /home/hobby/down/server/mysql-5.1.7-beta-linux-i686/data/localhost.localdomain.pid
060404 23:55:19mysqld ended


请大家给点意见!如何才可以把MYSQL装上啊!!多谢

hobby! 发表于 2006-4-5 09:10:14

没的朋友帮一下我吗?

涩兔子 发表于 2006-4-5 11:20:55

哦,hobby!安装的是编译好了的版本,就不用configure了

他说为了让mysql随系统自动启动,就把你下载的编译好了的mysql-5.1.7-beta-linux-i686/下的support-files/mysql.server拷贝到/etc/init.d/下

通过./bin/mysqld_safe &启动mysql

鉴于楼主以前安装的是3.23.58-1,他建议./bin/mysql_fix_privilege_tables更新一下

不会吧,我觉得还没有tarball包(需要自己编译的)方便http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.19.tar.gz/from/http://mirror.vmmatrix.net/mysql/
以前兔兔翻译的tarball包里的INSTALL,还有小hew在Ourlinux杂志的第一期都有详细过程
http://www.google.com/url?sa=t&ct=res&cd=3&url=http%3A//www.redflag-linux.com/community/ouropensource
页: [1]
查看完整版本: 请教mysql安装问题