From owner-freebsd-questions@FreeBSD.ORG Mon May 21 00:17:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3257416A484 for ; Mon, 21 May 2007 00:17:56 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id E4D0513C447 for ; Mon, 21 May 2007 00:17:55 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1705045pyh for ; Sun, 20 May 2007 17:17:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=i0l9IUxV0TGhin8Bgpl46umnDp8+rxfho04eTKbvyPJ0FCqdsxPnkwT6Q9V1IivPliEMPnWRpVTyLIrxqj25pJL55RdMmGCLiwOOojrYnkyhu0z37lmLsOe0gE+mboAsONf5t0utrPtaUnnk6+A+3ps4RWGY+T6OdUBG/p7vfXA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=M6PQkmZhqElXVuijoYb3XdjMe5oRvupGUOoZKXkx1A0TJhQE2cRzNpKJx1/XGPwWqoSie1lGPdTlURI7KxMCc76uIQmYyDBT4weY7BqAiwyj7OgWxWyrM2soi8aqmeYTn9ZLmJjpnhxU/S6byJDBMjaJr0t2Rtzp3+FRsF/75CM= Received: by 10.64.233.17 with SMTP id f17mr9736231qbh.1179706675048; Sun, 20 May 2007 17:17:55 -0700 (PDT) Received: by 10.65.204.13 with HTTP; Sun, 20 May 2007 17:17:54 -0700 (PDT) Message-ID: Date: Sun, 20 May 2007 21:17:54 -0300 From: Agus To: bob@a1poweruser.com In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions Subject: Re: Mysqld-server errors starting... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 00:17:56 -0000 2007/5/20, Bob : > > Here are the things you have to do to activate MySql after installing the > port. > > To autostart mysql at boot add this to /etc/rc.conf > mysql_enable="YES" > > To start or stop mysql server do this > /usr/local/share/mysql/mysql.server start > /usr/local/share/mysql/mysql.server stop > > You have to tell mysql to create its internel control db > by running this command. > mysql_install_db --user=mysql > > To verify mysql is operational issue these commands > mysqladmin version > mysqladmin variables > > To start command line session with mysql server to > create a DB enter > mysql -u root > > The online mysql manual is at > http://dev.mysql.com/doc/refman/5.0/en/index.html > > The mysql databases and log files are written here > /var/db/mysql > > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Agus > Sent: Friday, May 18, 2007 11:19 PM > To: freebsd-questions > Subject: Mysqld-server errors starting... > > Hi all... > I got a problem starting the server.... > > /usr/local/libexec/mysqld: cant read dir or '/tmp/' (Errcode: 13) > > and a few more lines.... > > i read sthg about permitions, but i checked /tmp perms and everybody con > write there... > > thanks.... > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > > Thanks for the answer...i did all that and it was working fine for about a month....Now suddenly i got this errors.... thanks