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
Warning: Fake initctl called, doing nothing.
-------------------------------------------------------------------
root@linux:/home/karl# service mysql start
Warning: Fake initctl called, doing nothing.
root@linux:/home/karl#
-----------------------------------------------------------------
root@linux:/home/karl# start mysql
Warning: Fake initctl called, doing nothing.
root@linux:/home/karl#
------------------------------------------------------------------------
root@linux:/home/karl# mysql -u root
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)
root@linux:/home/karl# mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)
root@linux:/home/karl#
Hvordan starter jeg mysql? Jeg har installert LAMP og Apache2 og PHP5
virker som det skal, men jeg klarer ikke å starte MySQL serveren.
Takk for alle råd.
Mvh Karl-Arne