A voir également:
- Problème mise a jour mysql sous debian
- Mise a jour chrome - Accueil - Applications & Logiciels
- Mise a jour windows 10 - Accueil - Mise à jour
- Mise a jour chromecast - Accueil - Guide TV et vidéo
- Mise a jour kindle - Guide
- Mise a jour windows 7 - Accueil - Mise à jour
7 réponses
Il faut utilise aptitude aa lieu de apt-get sous Debian.
Dpkg n'est à utiliser que en cas d'erreur blocante (si aptitude vous le demande).
aptitude update && aptitude remove mysql && aptitude purge && aptitude clean && aptitude install mysql
Cordialement,
Dpkg n'est à utiliser que en cas d'erreur blocante (si aptitude vous le demande).
aptitude update && aptitude remove mysql && aptitude purge && aptitude clean && aptitude install mysql
Cordialement,
Re,
merci kiki pour ta réponse !
j'ai toujours le même problème sinon:
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.0 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
mysql-server-5.0
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
Setting up mysql-server-5.0 (5.0.32-7etch8) ...
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.0 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
mysql-server-5.0
comment y remedier ?
merci kiki pour ta réponse !
j'ai toujours le même problème sinon:
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.0 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
mysql-server-5.0
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
Setting up mysql-server-5.0 (5.0.32-7etch8) ...
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.0 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
mysql-server-5.0
comment y remedier ?
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
L"erreur est bien la :
dpkg: error processing mysql-server-5.0 (--configure):
subprocess post-installation script returned error exit status 1
-> La configuration de mysql-server n'est pas faite (post-installation) donc il bloque.
Je propose un : dpkg-reconfigure mysql-server-5.0
dpkg: error processing mysql-server-5.0 (--configure):
subprocess post-installation script returned error exit status 1
-> La configuration de mysql-server n'est pas faite (post-installation) donc il bloque.
Je propose un : dpkg-reconfigure mysql-server-5.0