From owner-freebsd-questions@FreeBSD.ORG Sun Jan 10 02:58:04 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5311106566B for ; Sun, 10 Jan 2010 02:58:04 +0000 (UTC) (envelope-from tam.sergio@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 4C9FA8FC0A for ; Sun, 10 Jan 2010 02:58:04 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 22so1665828eye.9 for ; Sat, 09 Jan 2010 18:57:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=5OM30qQu09NpgXSU/a/q1l/y/qGTRLf0jxUzA+8xp64=; b=jQQ5vfAu4io9DlxKrCSt6OtiD+LXjsUWt7GzfqlaGndiR5YtyNfEzhIPAZX7H/zGbm /NI09rkzfDEEgRsZY29TzDW0ylHdsP9Y331oDz0akneyls15GG5mlhR7drDigS4JlkQj gLppQGMGTjIU2hrzY4o49V2NRkwcRCVMoW22Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=p692St2Xc8YnS3nlyT8i4Hav+v9aCH6y+cLo1JZNb4FEdbw76W1bDJBE/9eZk2vaXh 99WcBGAHoesy5UAYpq3vHhELrcd3xDW/u8R300805DH74H/ZUqL76f7YY8MzWHBXPNYR G9a29+ysaQjBplpOHXypezBex+V6x21YK6mjc= MIME-Version: 1.0 Received: by 10.216.85.14 with SMTP id t14mr2510666wee.222.1263092277982; Sat, 09 Jan 2010 18:57:57 -0800 (PST) In-Reply-To: <27095130.post@talk.nabble.com> References: <27095130.post@talk.nabble.com> Date: Sat, 9 Jan 2010 20:57:57 -0600 Message-ID: From: Sergio Tam To: jaymax Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: Setting root password on mysql 5.4 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: Sun, 10 Jan 2010 02:58:04 -0000 2010/1/9 jaymax : > > Does anyone know how to set root password on a new mysql installation from > the post? > > Can it be performed after starting the server with > /usr/local/bin/mysqld_safe & > > Or for that matter with > /usr/local/bin/mysql_secure_installation > Hi http://www.freebsddiary.org/mysql.php Regards