Here it is:
/var/log/mysqld.log

Number of processes running now: 1
mysqld process hanging, pid 17153 - killed
030829 09:28:31  mysqld restarted
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
section, for example,
innodb_data_file_path = ibdata1:10M:autoextend
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at
http://www.innodb.com/ibman.html
/usr/libexec/mysqld: ready for connections

Doesnt tell me much! This is repeated each time I try to connect.

TIA
Michael.

----- Original Message ----- 
From: "Antony Dovgal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 29, 2003 4:17 PM
Subject: Re: Querying a Linux machine


> On Fri, 29 Aug 2003 09:15:48 +1000
> Michael Piko <[EMAIL PROTECTED]> wrote:
> 
> > I should have mentioned the error:
> > [kryten2] ERROR 2013: Lost connection to MySQL server during query
> 
> check your MySQLd log to see what happends.
> usually you can find it in /var/log/
> 
> ---
> WBR,
> Antony Dovgal aka tony2001
> [EMAIL PROTECTED]
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> 
> 

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

Reply via email to