由 hy123456 在 03-08-2004 20:40 发表:
求助MySQL源码方式安装N次不成功。
我在RH 7。2上安装MySQL,下载了几个版本的源码,每个版本都是不能./configure ,,make 时出现找不到make file,不知有没有人遇到和我相同的问题。
[root@myku mysql-3.23.58-pc-linux-i686]# ./configure --prefix=/usr/local/mysql
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.
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
./scripts/mysql_install_db: cannot create temp file for here document: No space left on device
Installation of grant tables failed!
Examine the logs in ./data for more information.
You can also try to start the mysqld daemon with:
./bin/mysqld --skip-grant &
You can use the command line tool
./bin/mysql to connect to the mysql
database and look at the grant tables:
shell> ./bin/mysql -u root mysql
mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in ./data that may be helpful.
The latest information about MySQL is available on the web at
Please consult the MySQL manual section: 'Problems running mysql_install_db',
and the manual section that describes problems on your OS.
Another information source is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the ./bin/mysqlbug script!
由 xiaqii 在 03-08-2004 23:20 发表:
这个不是源代码版本。。。
由 stoneme 在 03-09-2004 09:42 发表:
这是一个编译好的版本,打开包就能用
只要打开包,按INSTALL提示运行一个就能用了
由 hy123456 在 03-10-2004 18:19 发表:
谢谢大家的帮助,,MySQL安装的问题已经解决了,原来是我下载错了版本,,我现在下载源码版安装,,正在MAKE,,10分钟,,,还在等待中。。。。。
我是一个刚学LINUX的菜鸟,学习中难免遇到很多不懂的问题,请大家多多指教。
由 hy123456 在 03-10-2004 18:32 发表:
原来mysql4.0的启动服务程序,,是mysqld_safe ,,,,
狂晕。。。。。
我是一个刚