salut a tous je suis sous ubuntu 12.10 et je suis entrain de réinstaller php5, apache, mysql et phpmyadmin donc pour être bref quand je veux exécuter cette instruction

$ sudo dpkg-reconfigure mysql-server-5.0

j'ai comme résultat

dpkg-query: le paquet «*mysql-server-5.0*» n'est pas installé et aucune information n'est disponible
Utilisez dpkg --info (= dpkg-deb --info) pour examiner les fichiers
archives, et dpkg --contents (= dpkg-deb --contents) pour afficher leur
contenu.
/usr/sbin/dpkg-reconfigure: mysql-server-5.0 n'est pas installé
alors j'ai pense a aller redémarrer mysql donc quand j’exécute l'instruction

$sudo /etc/init.d/mysql restart

Et là j'ai comme résultats:

Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mysql restart

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) and then start(8) utilities,
e.g. stop mysql ; start mysql. The restart(8) utility is also available.
start: Job failed to start
et merci de votre aide d'avance et pour les explication je vous pries d’être un peu compréhensif si je pose beaucoup de question car je suis encore débutant sous ubuntu