Hello.
See:
http://dev.mysql.com/doc/mysql/en/communication-errors.html
>Sorry I missed to attach the error logs.
>I could not infer from the log files.
>
>Below line is getting printed when I try to start MySql
>050211 2:35:14 Aborted connection 12 to db: 'AMDB' user: 'root' host:
Hello.
What is in the error log? See:
http://dev.mysql.com/doc/mysql/en/error-log.html
yoge <[EMAIL PROTECTED]> wrote:
> [-- multipart/alternative, encoding 7bit, 1 lines --]
>
>[-- text/plain, encoding 7bit, charset: us-ascii, 21 lines --]
>
> In Linux , when I start mysql us
In Linux , when I start mysql using below command
MYSQL_HOME=`pwd`
./bin/mysqld_safe --defaults-file=$MYSQL_HOME/my.iniĀ
--socket=$MYSQL_HOME/mysql.sock --tmpdir=$MYSQL_HOME/tmp --port=13306
--user=root &
I get a message mysql ended and
server gets shutdown
It happens in RedHat linux.
MySql V