Ok thanks for this quick answer =) But, when i type what you told, i got the following error
[root@portailDEM ~]# yum install mysql-server
You have enabled checking of packages via GPG keys. This is a good thing. However, you do not have any GPG public keys installed. You need to download the keys for packages you wish to install and install them. You can do that by running the command: rpm --import public.gpg.key For more information contact your distribution or package provider. [root@portailDEM ~]# chkconfig mysqld on error reading information on service mysqld: No such file or directory [root@portailDEM ~]#
Quite Strange isn't it ?
Not really. Since the first command failed, it's not unexpected that later commands failed too.
Import the GPG keys then try again:
# rpm --import /usr/share/doc/fedora-release-*/RPM-GPG-KEY*
P.S. Please do not top-post on this mailing list.
Paul.