rmwalle,
Saturday, June 15, 2002, 4:33:08 AM, you wrote:

ran> Description:
ran>         I have just completed the installation of the mysql binaries 
ran> (mysql-3.23.49-pc-linux-gnu-i686.tar.gz) per the installation instructions, and 
am 
ran> unable to start the mysql server--I receive the message "mysql ended", and a ps 
-e 
ran> or ps -aux fails to show an entry for mysql.

ran> How-To-Repeat:
ran>         cd /usr/local
ran>         tar -xvzf mysql-3.23.49-pc-linux-i686.tar.gz
ran>         groupadd mysql
ran>         adduser mysql <and follow user account creation procedures>
ran>         ln -s mysql-3.23.49-pc-linux-gnu mysql
ran>         cd mysql
ran>         scripts/mysql_install_db
ran>         chown -R root /usr/local/mysql
ran>         chown -R mysql /usr/local/mysql/data
ran>         chgrp -R mysql /usr/local/mysql
ran>         chown -R root /usr/local/mysql/bin
ran>         bin/safe_mysqld --user=mysql &

ran>         after executing this last line, I receive the following:
ran>                 [1] 2647
ran>                 root@tank:/usr/local/mysql# Starting mysqld daemon with databases
ran>                         from /usr/local/mysql/data
ran>                 020614 17:26:42 mysqld ended

Show me the contents of your host_name.err file.





-- 
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



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to