From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Re: Where is mysql/administration command? Date: Mon, 18 Feb 2019 15:41:12 +0100 Message-ID: <87tvh1yx9z.fsf@nckx> References: <20190218010031.xhqam5qzdoaed5lp@WaraToNora> <<20190218010031.xhqam5qzdoaed5lp@WaraToNora> <20190218030557.kzndagqhe5o54ncn@WaraToNora> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:42098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvk6h-0005u9-57 for help-guix@gnu.org; Mon, 18 Feb 2019 09:41:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvk6g-000054-H6 for help-guix@gnu.org; Mon, 18 Feb 2019 09:41:19 -0500 Received: from tobias.gr ([2001:470:7405::1]:58682) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gvk6g-0008Vi-72 for help-guix@gnu.org; Mon, 18 Feb 2019 09:41:18 -0500 In-reply-to: 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: znavko@tutanota.com, Yoshinori Arai Cc: help-guix Hullo, znavko wrote: > To use mysql/administration commands on GuixSD need to have=20 > both: > mysql service > mysql package > When you've reconfigured your system adding mysql service to=20 > your config file you can either install mysql for root user Just curious: why for root? Do you prefer su to sudo, or does it=20 make a real difference? > with `# guix package -i mysql` or add mysql package system-wide=20 > (for all users) in '(packages ...)' section in your system=20 > config. Hmm. It's important to note that Guix's (historically-named)=20 =E2=80=99mysql-service=E2=80=99 actually uses MariaDB by default: ;; From gnu/services/databases.scm: (define-record-type* mysql-configuration make-mysql-configuration mysql-configuration? (mysql mysql-configuration-mysql (default mariadb)) (port mysql-configuration-port (default 3306))) However, the =E2=80=98mysql=E2=80=99 package *is* actually MySQL, not Maria= DB. I don't know how compatible the two projects still are, but it's=20 probably much safer to install =E2=80=98mariadb=E2=80=99 instead. $ guix package -i mariadb > Hope you enjoy GuixSD! +1000! (Though s/SD/ System ;-) Kind regards, T G-R