salax
(usa Fedora)
Enviado em 22/02/2012 - 17:07h
eldermarco escreveu:
Você pode procurar isso da maneira como eu te disse mais acima. usando a opção provides do yum. Ele irá te dar uma lista de pacotes que tem esse arquivo. Talvez, um único pacote. Daí é somente instalar ele. Eu não estou no fedora, mas olhando o conteúdo do pacote mysql-server, notei que ele parece ter os arquivos necessário para continuar:
https://community.dev.fedoraproject.org/packages/mysql-server/contents/
A questão é que o pacote mysql não tem o mysql-server como dependência, já que não precisa do mesmo para funcionar.
Instale-o com o comando
# yum install mysql-server
E então tente iniciar o serviço e usar, conforme você quer.
Segui todos os passos que aconselhou-me, mas ainda persiste o incomodo, já até removi e re-instalei o mysql e nada adiantou, tbm fiz o pedido de repositório como disse no inicio e nada. Segue passo-a-passo se conseguir enxergar onde está o erro(de usuário),...desde já obrigado pelo seu tempo.
[root@salamanca salamanca]# yum install mysql-server
Plugins carregados: langpacks, presto, refresh-packagekit
Configurando o processo de instalação
O pacote mysql-server-5.5.20-1.fc16.i686 já está instalado em sua última versão
Nada a ser feito
[root@salamanca salamanca]# mysql_install_db
Installing MySQL system tables...
OK
Filling help tables...
OK
To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h salamanca password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
You can start the MySQL daemon with:
cd /usr ; /usr/bin/mysqld_safe &
You can test the MySQL daemon with mysql-test-run.pl
cd /usr/mysql-test ; perl mysql-test-run.pl
Please report any problems with the /usr/bin/mysqlbug script!
[root@salamanca salamanca]# service mysqld start
Redirecting to /bin/systemctl start mysqld.service
Job failed. See system logs and 'systemctl status' for details.
[root@salamanca salamanca]# chkconfig mysqld on
Nota: Encaminhando requisição para 'systemctl enable mysqld.service'.
[root@salamanca salamanca]# mysqladmin -u root password 123456
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!