wsl中无法使用systemctl 启动mysql服务
systemctl start mysql.service
提示:
System has not been booted with systemd as init system (PID 1). Can't operate.
然后: sudo service mysql start
* Starting MySQL database server mysqld
okay
systemctl start mysql.service
提示:
System has not been booted with systemd as init system (PID 1). Can't operate.
然后: sudo service mysql start
* Starting MySQL database server mysqld
okay