Re: Where is mysql/administration command?

2019-02-18 Thread Tobias Geerinckx-Rice
Hullo, znavko! znavko wrote: I use su, just for own commodity. The difference for me is that su does not need to type 'sudo' every time. OK, thanks! I thought that perhaps mysql/mariadb was picky about how they were run. Some howtos mention meariadb package, the others type mysql. What

Re: Where is mysql/administration command?

2019-02-18 Thread znavko
Hello, Tobias Geerinckx-Rice! I use su, just for own commodity. The difference for me is that su does not need to type 'sudo' every time. Some howtos mention meariadb package, the others type mysql. What is the difference between mariadb and mysql? Feb 18, 2019, 2:41 PM by

Re: Where is mysql/administration command?

2019-02-18 Thread Tobias Geerinckx-Rice
Hullo, znavko wrote: To use mysql/administration commands on GuixSD need to have both: mysql service mysql package When you've reconfigured your system adding mysql service to your config file you can either install mysql for root user Just curious: why for root? Do you prefer su to sudo,

Re: Where is mysql/administration command?

2019-02-17 Thread Yoshinori Arai
Hello, I got. Thank you. On Mon, Feb 18, 2019 at 05:23:31AM +0100, zna...@tutanota.com wrote: > > Hello! Your nice question is quite reasonable. > > To use mysql/administration commands on GuixSD need to have both: > mysql service > mysql package > When you've reconfigured  your system adding

Re: Where is mysql/administration command?

2019-02-17 Thread znavko
Hello! Your nice question is quite reasonable. To use mysql/administration commands on GuixSD need to have both: mysql service mysql package When you've reconfigured  your system adding mysql service to your config file you can either install mysql for root user with `# guix package -i mysql`

Re: Where is mysql/administration command?

2019-02-17 Thread Yoshinori Arai
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

Re: Where is mysql/administration command?

2019-02-17 Thread Tobias Geerinckx-Rice
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

Where is mysql/administration command?

2019-02-17 Thread Yoshinori Arai
Hello, I'm developping my site with httpd, php and mysql. In my forerign distoro which is LFS, it is easy to setup the development environment with XAMPP. I have done system reconfigure to add httpd, mysql service to try to setup same environment in GuixSD. Mysql control commands is not in