From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Arai Subject: Re: Where is mysql/administration command? Date: Mon, 18 Feb 2019 12:05:57 +0900 Message-ID: <20190218030557.kzndagqhe5o54ncn@WaraToNora> References: <20190218010031.xhqam5qzdoaed5lp@WaraToNora> <87zhqtc33z.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvZG2-0005pR-OA for help-guix@gnu.org; Sun, 17 Feb 2019 22:06:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvZG0-0001JF-Rk for help-guix@gnu.org; Sun, 17 Feb 2019 22:06:14 -0500 Received: from mail-pf1-x42e.google.com ([2607:f8b0:4864:20::42e]:44281) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gvZFx-0001Gl-65 for help-guix@gnu.org; Sun, 17 Feb 2019 22:06:11 -0500 Received: by mail-pf1-x42e.google.com with SMTP id u6so7776709pfh.11 for ; Sun, 17 Feb 2019 19:06:07 -0800 (PST) Content-Disposition: inline In-Reply-To: <87zhqtc33z.fsf@nckx> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Tobias Geerinckx-Rice Cc: help-guix On Mon, Feb 18, 2019 at 02:11:28AM +0100, Tobias Geerinckx-Rice wrote: > Hullo, > > Yoshinori Arai wrote: > > I have done system reconfigure to add httpd, mysql service to try to > > setup same environment in GuixSD. > > […] > > > Why is not mysql commands in system profile? > > Your operating-system's ‘packages’ field is probably missing ‘mariadb’. > Services don't install packages to your system profile. > > Kind regards, > > T G-R Hello, Thank you for your rapid reply. Is to use mysql needed both of mariaDB service and mysql service? But I think the definition of mariaDB service is missing. Do you mean to need mariaDB package or mysql package in system configuration? Thank you.