yum install mysql-server (is how you install the version in the repo)
service mysqld start (is how you start is, you can also use /etc/init.d/mysqld start)
chkconfig mysqld on (makes sure it starts when you reboot the server)
Para instalar o MySql tentei fazer isso depois de baixar o pacote rpm do site oficial:
yum install MySQL-server-5.5.27-1.linux2.6.i386.rpm
Tudo correu bem e o processo foi concluído, mas agora como inicio este RDMS? Eu não vejo nenhum ícone criado na aba do aplicativo no fedora 16. Não tenho certeza se tudo correu bem.
Mesmo se eu precisar verificar se ele está instalado corretamente, como faço para verificar e se instalei corretamente como faço para iniciar o MySql?
rpm -ql MySQL-server
- > pacote MySQL-server não é
instalado service mysqld start
--- > Redirecionando para / bin / systemctl start mysqld.service Observação: eu também usei: yum install mysql-server
e no final recebi uma mensagem de sucesso: Installed:
mysql-server.i686 0:5.5.27-1.fc16