MySQL documentation command snippets has to be fixed

Bug #1262690 reported by Maksym Mikheienko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Server Guide
New
Undecided
Unassigned

Bug Description

Page https://help.ubuntu.com/lts/serverguide/mysql.html
Section 'Advanced configuration'
Paragraph 'Then delete and re-initialise the database space and make sure ownership is correct before restarting MySQL:'

Current terminal command snippet:
sudo rm -rf /var/lib/mysql/*
sudo mysql_install_db
sudo chown -R mysql: /var/lib/mysql
sudo service start mysql

Last line has to be changed to
sudo service mysql start

Tags: mysql
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.