Update databases.md
Created by: denics
run mysql_secure_installation to secure the freshly installed mysql server
Created by: denics
Hi @dplarson, it is usually a good practice, in production environments, to use the mysql_secure_installation command, to secure the initial installation. The default mysql installation come with the possibility of an empty root password (!), the possibility to connect as root from outside localhost, the possibility to connect as anonymous and a test db. All of these elements are dangerous, and the script has no side effects.
By Administrator on 2013-08-26T18:55:41 (imported from GitLab project)
Created by: axilleas
👍 That's what we have in the CentOS guide. Maybe add some comments like in CentOS for new users:Secure MySQL by entering a root password and say "Yes" to all questions
By Administrator on 2013-08-27T10:35:25 (imported from GitLab project)