Re: libmysqlclient.so.10 is needed

2004-09-21 Thread I D
or... for me this rpm was the solution:
MySQL-shared-compat-4.0.21-0.i386.rpm
from:
ftp://gd.tuwien.ac.at/db/mysql/Downloads/MySQL-4.0/MySQL-shared-compat-4.0.21-0.i386.rpm
Philippe Poelvoorde wrote:
Tim Johnson wrote:
Hello:
Installing MySQL-server-4.0.21-0.i386.rpm
on Red Hat 9.0
Getting the following:
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) 
MySQL-python-0.9.1-6
libmysqlclient.so.10 is needed by (installed) 
perl-DBD-MySQL-2.1021-3
libmysqlclient.so.10 is needed by (installed) 
php-mysql-4.2.2-17.2

I presume that I need other packages. What packages would that be?
thanks
tim

look for a libmysql10 package.
For a complete installation, go for the following package : MySQL, 
MySQL-common, MySQL-server, MySQL-client and libmysql10

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: delete temp data...

2004-05-20 Thread I D
Jonathan Villa wrote:
I'm administering a Red Hat machine which is used soley for MySQL.  The
person working with the db has more than 15 million records in various
tables...they were trying to run some queries to create one table from
these many tables.  When this was happening, they ran out of disk space.
They had about 4GB free prior to running the queries... but are now down
to 2.1GB (after I freed up some disk space, they were at 0) and no new
table.  Are there temp files created when running queries...I have
restarted mysql several times, looked in /usr/local/mysql/data but nothing
looks odd...I even tried restarting the machine...
in /usr/local/mysql/data there is one dir named the same as the db they
are working on, then there is this other file called ibdata1 which is 2.1G
in size.I take a look at the first few lines and all I get is garbled
data, as if it were a binary file or something.
any ideas?
for finding (and deleteing) biiig temp files check also /tmp; /var/tmp;
etc.
HTH
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]