Issue in SQL Injection lab

@INE support employees

When following the SQL Injection labs (solutions) in step 58 there is an command to start MySQL on the Kali instance

/etc/init.d/mysql start

The result is:

root@INE:~# /etc/init.d/mysql start
bash: /etc/init.d/mysql: No such file or directory

Since this is not on the machine available, it is impossible to follow your solution(s).

Please fix this.