Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/databases/mysql/how-to-install-mysql-on-debian-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ If you forget your root MySQL password, it can be reset.

1. Stop the current MySQL server instance.

sudo systemctl stop mysql.serivce
sudo systemctl stop mysql.service

2. Use dpkg to re-run the configuration process MySQL goes through on first installation. You will again be asked to set a root password.

Expand Down