debugallthetime
debugallthetime

Reputation: 1

got a question about mysql service in WSL

I'm installed a package named mariadb-server clinet in WSL Sudo apt-get install mariadb-server mariadb-client

after that,I'm try to start the service,it shows this to memariadb: unrecognized service

and my linux version is ubuntu 18.04 LTS

this is my first question in stackoverflow,hope you guys understand my question,thanks

Upvotes: 0

Views: 1658

Answers (1)

drodil
drodil

Reputation: 2324

Did you start it with:

sudo service mysql start

See this for a reference: https://www.vultr.com/docs/install-mariadb-on-ubuntu-14-04

Upvotes: 2

Related Questions