restarting MariaDB using systemctl #803
Replies: 2 comments 1 reply
-
Hello @gordilloedwin, Thrilled that you like the distro and find it useful. Can you do this: See "systemctl status mariadb.service" and "journalctl -xeu mariadb.service" for details. and paste here if you see any error? Remember both execute with sudo Best, |
Beta Was this translation helpful? Give feedback.
-
Hello @gordilloedwin , Again, thanks a lot for the compliments. If you haven't done so, it would be beneficial of you to share your feedback on a review in Microsoft Store: ms-windows-store://review/?ProductId=9NV1GV1PXZ6P What I think it is happening to you is that when using pengwin-setup, it assumes that you don't have systemd (we need to update the installer) and creates a startup script. Check: #!/bin/sh
return
# Check if we have Windows Path
if ( command -v cmd.exe >/dev/null ); then
sudo ${start_lamp}
fi |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello:
I'd like to start by saying this is a great WSL Distro... I really like it.
I recently needed to restart MariaDB which was installed under the pengwin-setup (or so I believe) using the LAMP option, however when I try to restart the service using the following command:
sudo systemctl restart mariadb
I get
I was wondering if I'm missing something...
Beta Was this translation helpful? Give feedback.
All reactions