Re: MySQL Newbie: MySQL stops as soon as it starts

2003-06-26 Thread Egor Egorov
David Shealy [EMAIL PROTECTED] wrote:
 I don't know where the error log is. I used the -l option with
 safe-mysqld and this is what I got:
 
 /usr/libexec/mysqld, Version: 3.23.56-log, started with:
 Tcp port: 3306  Unix socket: /var/lib/mysql/mysql.sock
 Time Id CommandArgument

Error log is located in the MySQL data dir (/var/lib/mysql)



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [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]



Re: MySQL Newbie: MySQL stops as soon as it starts

2003-06-25 Thread gerald_clark
What does the error log say?

David Shealy wrote:

I'm a newbie to MySQL. I'm trying to run it on Red Hat 9. After running
mysql_install_db, I switch to the directory where mysql.sock is located
and enter safe_mysqld . Here's a copy of the shell output:
# safe_mysqld 
[1] 7549
# Starting mysqld daemon with databases from /var/lib/mysql
030626 02:02:59  mysqld ended
 

The cursor is flashing down on this line, and if I type anything and
   

enter it kicks me back to the prompt.

If I do a ps, it doesn't show anything about mysql even running. It
appears to run for a split second and then end all by itself. I'm still
trying to read all the man page stuff; would appreciate any help.
Thanks.
 



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


Re: MySQL Newbie: MySQL stops as soon as it starts

2003-06-25 Thread David Shealy
I don't know where the error log is. I used the -l option with
safe-mysqld and this is what I got:

/usr/libexec/mysqld, Version: 3.23.56-log, started with:
Tcp port: 3306  Unix socket: /var/lib/mysql/mysql.sock
Time Id CommandArgument

On Wed, 2003-06-25 at 15:40, gerald_clark wrote:
 What does the error log say?
 
 David Shealy wrote:
 
 I'm a newbie to MySQL. I'm trying to run it on Red Hat 9. After running
 mysql_install_db, I switch to the directory where mysql.sock is located
 and enter safe_mysqld . Here's a copy of the shell output:
 
 # safe_mysqld 
 [1] 7549
 # Starting mysqld daemon with databases from /var/lib/mysql
 030626 02:02:59  mysqld ended
 
   
 
 The cursor is flashing down on this line, and if I type anything and
 
 
 enter it kicks me back to the prompt.
 
 If I do a ps, it doesn't show anything about mysql even running. It
 appears to run for a split second and then end all by itself. I'm still
 trying to read all the man page stuff; would appreciate any help.
 Thanks.
 
 
   
 
 
 


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