How do I override "skip-networking" in 2nd conf file?

2004-10-14 Thread Thomas Plümpe
My MySQL 4.0 server tells me it reads these configuration files in the given order: /etc/mysql/my.cnf /var/lib/mysql/my.cnf ~/.my.cnf The first contains the skip-networking option, which I would like to override in the second file. The documentation states that skip-networking is a parame

RE: MySQL on RedHat ES 3.0

2004-10-11 Thread Thomas Plümpe
On Mon, 2004-10-11 at 14:52, Ferguson, Michael wrote: > Thanks. > rpm -a | grep mysql > rpm -l | grep mysql > rpm -f | grep mysql > rpm -g | grep mysql > rpm -p | grep mysql > > All returned nothing, so I am concluding that MySQL is not installed. There's a "q" missing, and better do a case-insens

Re: Mysql Kit

2004-10-09 Thread Thomas Plümpe
> I am in need of mysql alpha 4.0.0, i have searched mysql.com but i > couldn't find it. > Can anyone help me out, by reffering out a good site. There is a 4.0.0a version here: http://downloads.mysql.com/archives.php?p=mysql-4.0 Assuming the "a" means alpha, that should be it. -- MySQ

mysqldump --opt crashes server on InnoDB tables

2004-09-24 Thread Thomas Plümpe
Hi there, I'm using mysql on a Mandrake 9.2 server. As I wanted to move to InnoDB tables and the standard mysql-4.0.15 on Mandrake doesn't have that compiled in, I obtained the most recent (4.0.21) version from mysql.com, uninstalled the Mandrake version and installed the mysql.com one. I assumed