need help setting up and rinning mysql server

2001-10-04 Thread jesse junsay

Hi..

I have a problem running my MySQL server. After
running shellmysql_install_db when everything runs
fine then I tried to start the server with this
command shellsafe_mysqld 

Then this error occurs.

starting mysqld daemon with databases from XX
mysql daemon ended

The manual didn't say anything on how to solve this
problem. So I hope this will help.

Please send your response to [EMAIL PROTECTED]


thanks...


__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

-
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




Re: need help setting up and rinning mysql server

2001-10-04 Thread Carl Troein


jesse junsay writes:

 Then this error occurs.
 
 starting mysqld daemon with databases from XX
 mysql daemon ended
 
 The manual didn't say anything on how to solve this
 problem. So I hope this will help.

That's not an error message. Error messages can be
found in the error log, which the manual discusses here:
http://www.mysql.com/doc/E/r/Error_log.html

-- 
 Carl Troein - CĂ­rdan / Istari-PixelMagic - UIN 16353280
 [EMAIL PROTECTED] | http://pixelmagic.dyndns.org/~cirdan/
 Amiga user since '89, and damned proud of it too.


-
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




Re: need help setting up and rinning mysql server

2001-10-04 Thread Gerald Clark

Unless you ran it as
mysql_install_db --user=mysql
mysql does not own the databases.
do
chown -R mysql /usr/local/mysql
chown -R /var/lib/mysql
( Or whereever your database directory is )

jesse junsay wrote:

 Hi..
 
 I have a problem running my MySQL server. After
 running shellmysql_install_db when everything runs
 fine then I tried to start the server with this
 command shellsafe_mysqld 
 
 Then this error occurs.
 
 starting mysqld daemon with databases from XX
 mysql daemon ended
 
 The manual didn't say anything on how to solve this
 problem. So I hope this will help.
 
 Please send your response to [EMAIL PROTECTED]
 
 
 thanks...
 
 
 __
 Do You Yahoo!?
 NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
 http://geocities.yahoo.com/ps/info1
 
 -
 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


-- 
Gerald L. Clark
[EMAIL PROTECTED]


-
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