Hi list:
Recently I download MySQL source from MySQL.com site for install it in my Linux 
Server. I follow the standard procedure for it, means:

shell> ./configure
shell> make
shell> make install

I read the online documentation looking if I need some configuration changes 
and see that for execute MySQL I need run this command:

shell> /usr/local/bin/mysqld_safe

but when I execute them nothing happend. Just this error appear

Starting mysqld daemon with databases from /usr/local/var STOPPING server from 
pid file /usr/local/var/SPL.pid
060114 18:12:04  mysqld ended

¿Anybody knows how to solve it?

I have another doubt. How I can setup MySQL for Stara automatically when I 
restart my Linux Server? I installed Apache and MySQL in the same way, but when 
I restart the OS, I need to run this two command for start process:

shell> /usr/local/bin/mysqld_safe (this for MysQL not working yet)
shell> /usr/local/apache2/bin/apachectl start (this for Apache working fine)

I know that in Linux exists a way to do this but not know how to setup. If any 
can help me I thank every day

Ah!!! My Linux Distro is Debian Sarge 3.1 Stable

Best,
ReynierPM
4to. año Ing. Informática
Usuario registrado de Linux: #310201
*************************************************************************
El programador superhéroe aprende de compartir sus conocimientos. 
Es el referente de sus compañeros. Todo el mundo va a preguntarle 
y él, secretamente, lo fomenta porque es así como adquiere su legendaria 
sabiduría: escuchando ayudando a los demás...


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

Reply via email to