Re: Error while running Mysql

2010-12-24 Thread Sharl.Jimh.Tsin
check the error log,and you know the 5.5.8 enable the innodb by default,make sure that you have enough RAM. Best regards, Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**) 2010/12/23 Krishna Chandra Prajapati : > HI Adarsh, > > Try memtester command > > #memtester 5 1 > > It' a linux t

Re: Error while running Mysql

2010-12-23 Thread Krishna Chandra Prajapati
HI Adarsh, Try memtester command #memtester 5 1 It' a linux tool to check ram for errors. http://krishna-mysql.blogspot.com/2010/12/faulty-physical-ram.html Krishna On Thu, Dec 23, 2010 at 6:08 PM, Adarsh Sharma wrote: > Dear all, > > I am able o successfully build Mysql 5.5.8 from its sour

Re: Error while running Mysql

2010-12-23 Thread Joerg Bruehe
Hi! Johan De Meersman wrote: > Probably one for the guys with the compilers, but have you tried running it > with dtrace and seeing where it explodes ? TTBOMK, "dtrace" is a Solaris tool, and I haven't heard about it being available on CentOS. I assume this is a typo, and Johan meant "strace".

Re: Error while running Mysql

2010-12-23 Thread Ananda Kumar
n Thu, 23/12/10, Johan De Meersman wrote: > > > From: Johan De Meersman > > Subject: Re: Error while running Mysql > > To: "Adarsh Sharma" > > Cc: mysql@lists.mysql.com > > Date: Thursday, 23 December, 2010, 12:39 > > Probably one for the guys

Re: Error while running Mysql

2010-12-23 Thread Glyn Astill
I've no idea of the status of dtrace on linux, as I've never tried, but failing that you could run it through gdb to get some insight into the issue. --- On Thu, 23/12/10, Johan De Meersman wrote: > From: Johan De Meersman > Subject: Re: Error while running Mysql > To: &q

Re: Error while running Mysql

2010-12-23 Thread Johan De Meersman
Probably one for the guys with the compilers, but have you tried running it with dtrace and seeing where it explodes ? On Thu, Dec 23, 2010 at 1:38 PM, Adarsh Sharma wrote: > Dear all, > > I am able o successfully build Mysql 5.5.8 from its source code on CentOS > but when I issued the following

Error while running Mysql

2010-12-23 Thread Adarsh Sharma
Dear all, I am able o successfully build Mysql 5.5.8 from its source code on CentOS but when I issued the following command , it doesn't shows the mysql> prompt, there is no error in log file. [r...@ws-test mysql-5.5.8]# bin/mysql -p Enter password: Welcome to the MySQL monitor. Commands en