From owner-freebsd-questions@FreeBSD.ORG Tue Apr 1 11:48:56 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E335B37B401 for ; Tue, 1 Apr 2003 11:48:56 -0800 (PST) Received: from toole.uol.com.br (toole.uol.com.br [200.221.29.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7452243FA3 for ; Tue, 1 Apr 2003 11:48:53 -0800 (PST) (envelope-from fallenbr@uol.com.br) Received: from 200-161-254-174.dsl.telesp.net.br ([200.161.254.174]) by toole.uol.com.br (8.9.1/8.9.1) with ESMTP id QAA28267 for ; Tue, 1 Apr 2003 16:48:50 -0300 (BRT) From: Konrad Scorciapino To: freebsd-questions@freebsd.org Date: Tue, 1 Apr 2003 16:48:13 -0300 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200304011641.35926.fallenbr@uol.com.br> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: MySQL Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 19:48:57 -0000 Hi, I had MySQL working perfectly yesterday, but when I logged on today and tried to use it, it just didn't worked. I tried to find it with `ps waux | grep mysqld`, but got nothing. Then I tried to start it manually: konrad@localhost /home/konrad # /usr/local/etc/rc.d/mysql-server.sh start mysqldkonrad@localhost /home/konrad # But the server didn't really started, so again I got nothing from `ps waux | grep mysqld`. I also tried to stop it: konrad@localhost /home/konrad # /usr/local/etc/rc.d/mysql-server.sh stop mysql-server isn't running konrad@localhost /home/konrad # What could be wrong? Thank you!