I'm learning to run my own VPS and I tried install whole stack few times already. But I found one thing that is not same in the all tutorials: mysql_install_db
command.
I'm using Ubuntu LTS and it was always like this:
apt install mariadb-server
mysql_secure_installation
Everything running. Now I found that after install there should be iniciallization command. I'm confused, because all seems running fine, but maybe my installation is missing something important? Or this mysql_install_db
command is not needed at all? Will be thankful for the explanation.