PDA

View Full Version : Problemi di installazione MySQL su Fedora Core2


Leizar
14-05-2004, 16:04
Ho provato ormai in tutti i modi, ma non riesco ad installare ex novo o upgradare da 3.23 (Fornita con il SO) MySQL 4.0.18-0.x86_64 sul mio sistema.

L'errore che ricevo durante l'installazione è il seguente:

[root@Server Down]# rpm -ivh MySQL-server-4.0.18-0.x86_64.rpm
warning: MySQL-server-4.0.18-0.x86_64.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
Preparing... ########################################### [100%]
1:MySQL-server ########################################### [100%]
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
mysqld got signal 11;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.

key_buffer_size=8388600
read_buffer_size=131072
max_used_connections=0
max_connections=100
threads_connected=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 225791 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Installation of grant tables failed!

Examine the logs in /var/lib/mysql for more information.
You can also try to start the mysqld daemon with:
/usr/sbin/mysqld --skip-grant &
You can use the command line tool
/usr/bin/mysql to connect to the mysql
database and look at the grant tables:

shell> /usr/bin/mysql -u root mysql
mysql> show tables

Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /var/lib/mysql that may be helpful.

The latest information about MySQL is available on the web at
http://www.mysql.com
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 /usr/bin/mysqlbug script!


mentre l'errore durante l'Upgrade è il seguente:

[root@Server Down]# rpm -Uvh MySQL-server-4.0.18-0.x86_64.rpm
warning: MySQL-server-4.0.18-0.x86_64.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
error: Failed dependencies:
libmysqlclient.so.10()(64bit) is needed by (installed) perl-DBD-MySQL-2.9003-4


Non so più cosa fare.

Il SO è Fedora Core2 Test3 con tutti gli aggiornamenti effettuati.

Hardware:
MB Asus SK8V
CPU AMD Opteron 144
HD 2 Maxtor 160 GB in RAID1
RAM 1GB


Qualcuno ha riscontrato per caso lo stesso problema o può dirmi cosa succede?

grazie in anticipo