|
我用的是Fedora2想安装一个MYSQL数据库先后下了4.1.4和5.0这两个版本可是在安装途中老是出错请大家看看是什么原因
我首先用rpm -qa | grep mysql看没有出现mysql的相关信息然后我就开始用
tar zxvf 解压出mysql5.0然后建入./configure --prefix=/opt/mysql --with-mysqld -user=szj --with-charsets=all --with-unix-socket-path=/opt/mysql/var/mysql.sock
可是出现的提示信息是:
(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
040920 1:30:07 [ERROR] Warning: Asked for 196608 thread stack, but got 126976
Fill help tables
040920 1:30:07 [ERROR] Warning: Asked for 196608 thread stack, but got 126976
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.
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
[root@localhost mysql-4.1.4]# chown: ‘mysql’: 无效的用户
Starting mysqld daemon with databases from /opt/software/mysql-4.1.4/data
040920 01:30:08 mysqld ended
)
我也没有办法运行make和make install
在mysql4.14和5.01的情况都是一样的
麻烦知道的兄弟告诉一下
谢谢 |
|