Hi Leute,
Vorher hab ichs hinbekomen, jetzt nicht mehr.
Wie stoppe ich den mysql server?
Ging nicht:
services mysql stop
services mysql |stop
mysql stop
Ebenfalls nicht:
mysql -u root -p -> passwort -> und danach das obige erfolglos....
ROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
mySQL server stoppen
-
- Beiträge: 11
- Registriert: 11.09.2015 17:30:23
mySQL server stoppen
Zuletzt geändert von TRex am 15.09.2015 08:47:16, insgesamt 1-mal geändert.
Grund: Titel dem Problem angepasst
Grund: Titel dem Problem angepasst
Re: SQL
Eine gute Idee ist immer, Informationen zu deinem System zu posten. Eine weitere gute Idee, den Threadtitel passend zur Frage zu wählen. Und ganz sicher nicht die schlechteste Idee: Anleitung lesen.
Wie auch immer – mit systemd: »systemctl stop mysql«, mit SysV: »/etc/init.d/mysql stop« oder »service mysql stop«
Wie auch immer – mit systemd: »systemctl stop mysql«, mit SysV: »/etc/init.d/mysql stop« oder »service mysql stop«