Wystąpił błąd podczas uruchamiania usługi mysql.
/etc/init.d/mysql start
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mysql start
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start mysql
start: Job failed to start
Uprzejmie podziel się swoimi pomysłami ...
sudo status/restart/start mysql
jest to sposób, aby wywołać dorobkiewicz pracy lub można zrobićsudo service mysql start/restart/status
.