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 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 Version is 4.0.20

> 

> I have attached my.ini file with this mail

> 

> Thanks in Advance for your help.

> 

> --Yoge

> 

> 

> 

> 

> 

>    [-- text/html, encoding 7bit, charset: us-ascii, 31 lines --]

> 

> [-- text/plain, encoding 7bit, charset: US-ASCII, 38 lines, name: my.ini --]

> 

> #This File was made using the WinMySQLadmin 1.0 Tool

> #12/27/02 2:51:42 PM

> 

> #Uncomment or Add only the keys that you know how works.

> #Read the MySQL Manual for instructions

> 

> [mysqld]

> 

> #set-variable=long_query_time=1

> set-variable=transaction-isolation=READ-UNCOMMITTED

> 

> #default value for read_buffer is 128KB

> set-variable    = read_buffer=1M

> 

> #default value is 8MB

> set-variable    = key_buffer=32M

> 

> #default value for read_buffer is 2MB

> set-variable    = sort_buffer=4M

> 

> #default value is 8MB

> set-variable    = myisam_sort_buffer_size=16M

> 

> #default value is 8MB

> set-variable    = bulk_insert_buffer_size=16M

> 

> #default value is 64

> set-variable    = table_cache=128

> 

> #log-slow-queries=slowquerylogger.log

> #log-update=updatelogger.log

> 

> [client]

> 

> #default password for MySQL

> password="abc"

> 

> 

> [-- text/plain, encoding 7bit, charset: us-ascii, 4 lines --]

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




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

Reply via email to