Skip to content

Commit

Permalink
Update MySQL info in the docs for Ubuntu images (#776)
Browse files Browse the repository at this point in the history
* update documentation related to mysql
  • Loading branch information
dibir-magomedsaygitov committed Apr 27, 2020
1 parent 605aa45 commit 5896eb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions images/linux/scripts/installers/mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ echo "Lastly, documenting what we added to the metadata file"
DocumentInstalledItem "MySQL ($(mysql --version))"
DocumentInstalledItem "MySQL Server (user:root password:root)"
DocumentInstalledItem "MS SQL Server Client Tools"
DocumentInstalledItem "MySQL service is disabled by default. Use the following command as a part of your job to start the service: 'sudo systemctl start mysql.service'"

# Disable mysql.service
systemctl is-active --quiet mysql.service && systemctl stop mysql.service
systemctl disable mysql.service
systemctl is-active --quiet mysql.service && systemctl stop mysql.service
systemctl disable mysql.service

0 comments on commit 5896eb6

Please sign in to comment.