You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thommaa
changed the title
Bug in MySQL documentation:
Bug in MySQL documentation: https://www.cloudera.com/documentation/enterprise/latest/topics/cm_ig_mysql.html
Jun 6, 2017
https://www.cloudera.com/documentation/enterprise/latest/topics/cm_ig_mysql.html
In Step 1. Install the MySQL database. - OS - RHEL
$ sudo systemctl start mysqld
is not workingShould be
$ sudo service mysqld start
The text was updated successfully, but these errors were encountered: