Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 31/10/2022, à 09:27

polinux

Impossible de me connecter à Mysql [RESOLU]

Bonjour à tous,
Je viens d'acheter un portable DELL inspiron 15 3000
j'ai installé la 22.04 et je dois installer Muysql server pour mon logiciel de compta Laurux
voici le retour de commande

facon3@facon3-Inspiron-15-3511:~$ sudo mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
facon3@facon3-Inspiron-15-3511:~$ 

Dernière modification par polinux (Le 01/11/2022, à 21:55)

Hors ligne

#2 Le 31/10/2022, à 10:20

lann

Re : Impossible de me connecter à Mysql [RESOLU]

Donnes les retours de

which mysql
systemctl status mysql

Hors ligne

#3 Le 31/10/2022, à 11:47

polinux

Re : Impossible de me connecter à Mysql [RESOLU]

facon3@facon3-Inspiron-15-3511:~$ which mysql
/usr/bin/mysql
facon3@facon3-Inspiron-15-3511:~$ systemctl status mysql
○ mysql.service - MySQL Community Server
     Loaded: loaded (/lib/systemd/system/mysql.service; disabled; vendor preset>
     Active: inactive (dead)
lines 1-3/3 (END)

Je fais comment pour ressortir ?

Hors ligne

#4 Le 31/10/2022, à 13:40

lann

Re : Impossible de me connecter à Mysql [RESOLU]

Puis le retour de

sudo systemctl start mysql

Hors ligne

#5 Le 01/11/2022, à 13:45

polinux

Re : Impossible de me connecter à Mysql [RESOLU]

facon3@facon3-Inspiron-15-3511:~$ sudo systemctl start mysql
[sudo] Mot de passe de facon3 : 
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xeu mysql.service" for details.
facon3@facon3-Inspiron-15-3511:~$ 

Hors ligne

#6 Le 01/11/2022, à 13:50

lann

Re : Impossible de me connecter à Mysql [RESOLU]

journalctl -xeu mysql.service

Hors ligne

#7 Le 01/11/2022, à 13:51

polinux

Re : Impossible de me connecter à Mysql [RESOLU]

J'ai donc fais les 2 commandes dans le retour précédent :

facon3@facon3-Inspiron-15-3511:~$ systemctl status mysql.service
× mysql.service - MySQL Community Server
     Loaded: loaded (/lib/systemd/system/mysql.service; disabled; vendor preset>
     Active: failed (Result: exit-code) since Tue 2022-11-01 12:44:58 CET; 1min>
    Process: 9151 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=e>
        CPU: 5ms

nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled r>
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Se>
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Start reque>
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with>
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Comm>
lines 1-11/11 (END)
facon3@facon3-Inspiron-15-3511:~$ journalctl -xeu mysql.service
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Se>
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Start reque>
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with>
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code>
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Comm>
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
lines 832-854/854 (END)

Hors ligne

#8 Le 01/11/2022, à 19:32

polinux

Re : Impossible de me connecter à Mysql [RESOLU]

Nos messages ce sont croisés, j'avais anticipé sur les commandes à faire cool

Hors ligne

#9 Le 01/11/2022, à 20:05

bruno

Re : Impossible de me connecter à Mysql [RESOLU]

Bonjour,
Tu peux recommencer en utilisant l'argument --no-pager afin que tes retours ne soient pas coupés et donc illisibles. wink

En ligne

#10 Le 01/11/2022, à 20:20

polinux

Re : Impossible de me connecter à Mysql [RESOLU]

Bonsoir bruno et merci pour ton aide
J'ai ajouté --no pager à la fin de la requette et le résulta est bien long hmm

facon3@facon3-Inspiron-15-3511:~$ journalctl -xeu mysql.service --no-pager
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 24 22:05:59 facon3-Inspiron-15-3511 mysql-systemd-start[16902]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 1.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 24 22:05:59 facon3-Inspiron-15-3511 mysql-systemd-start[16905]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 2.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 24 22:05:59 facon3-Inspiron-15-3511 mysql-systemd-start[16906]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 24 22:05:59 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 3.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 24 22:06:00 facon3-Inspiron-15-3511 mysql-systemd-start[16907]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 4.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 24 22:06:00 facon3-Inspiron-15-3511 mysql-systemd-start[16908]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Start request repeated too quickly.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 24 22:06:00 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 24 22:16:32 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 24 22:16:32 facon3-Inspiron-15-3511 mysql-systemd-start[17016]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 24 22:16:32 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 24 22:16:32 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 24 22:16:32 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 24 22:16:32 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 1.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 24 22:16:32 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 24 22:16:32 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 24 22:16:32 facon3-Inspiron-15-3511 mysql-systemd-start[17018]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 24 22:16:32 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 24 22:16:32 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 24 22:16:32 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 2.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 24 22:16:33 facon3-Inspiron-15-3511 mysql-systemd-start[17019]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 3.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 24 22:16:33 facon3-Inspiron-15-3511 mysql-systemd-start[17021]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 4.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 24 22:16:33 facon3-Inspiron-15-3511 mysql-systemd-start[17023]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Start request repeated too quickly.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 24 22:16:33 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
-- Boot d9f4bc4ff9ac45cea284aeb0bfb3385f --
oct. 30 22:53:15 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 30 22:53:15 facon3-Inspiron-15-3511 mysql-systemd-start[9519]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 30 22:53:15 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 30 22:53:15 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 30 22:53:15 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 30 22:53:15 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 1.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 30 22:53:15 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 30 22:53:15 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 30 22:53:15 facon3-Inspiron-15-3511 mysql-systemd-start[9520]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 30 22:53:15 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 30 22:53:15 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 30 22:53:15 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 2.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 30 22:53:16 facon3-Inspiron-15-3511 mysql-systemd-start[9521]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 3.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 30 22:53:16 facon3-Inspiron-15-3511 mysql-systemd-start[9523]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 4.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
oct. 30 22:53:16 facon3-Inspiron-15-3511 mysql-systemd-start[9524]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Start request repeated too quickly.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
oct. 30 22:53:16 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
-- Boot 9a7cc05d1ff44459a7429ad261565f7e --
nov. 01 12:44:57 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
nov. 01 12:44:57 facon3-Inspiron-15-3511 mysql-systemd-start[9147]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
nov. 01 12:44:57 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
nov. 01 12:44:57 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
nov. 01 12:44:57 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
nov. 01 12:44:57 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 1.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
nov. 01 12:44:57 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
nov. 01 12:44:57 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
nov. 01 12:44:57 facon3-Inspiron-15-3511 mysql-systemd-start[9148]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
nov. 01 12:44:57 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
nov. 01 12:44:57 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
nov. 01 12:44:57 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 2.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
nov. 01 12:44:58 facon3-Inspiron-15-3511 mysql-systemd-start[9149]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 3.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
nov. 01 12:44:58 facon3-Inspiron-15-3511 mysql-systemd-start[9150]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 4.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Starting MySQL Community Server...
░░ Subject: L'unité (unit) mysql.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a commencé à démarrer.
nov. 01 12:44:58 facon3-Inspiron-15-3511 mysql-systemd-start[9151]: MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStartPre= process belonging to unit mysql.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5.
░░ Subject: Le redémarrage automatique d'une unité (unit) a été planifié
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Le redémarrage automatique de l'unité (unit) mysql.service a été planifié, en
░░ raison de sa configuration avec le paramètre Restart=.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Stopped MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a terminé son arrêt.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Start request repeated too quickly.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit mysql.service has entered the 'failed' state with result 'exit-code'.
nov. 01 12:44:58 facon3-Inspiron-15-3511 systemd[1]: Failed to start MySQL Community Server.
░░ Subject: L'unité (unit) mysql.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) mysql.service a échoué, avec le résultat failed.
facon3@facon3-Inspiron-15-3511:~$ 

Hors ligne

#11 Le 01/11/2022, à 20:59

bruno

Re : Impossible de me connecter à Mysql [RESOLU]

Ce qui permet de voir l'erreur :

 MySQL has been frozen to prevent damage to your system. Please see /etc/mysql/FROZEN for help

En principe ceci n'arrive que lorsqu'on tente de passer sur une version plus ancienne de mysql (ou mariadb) que celle précédemment installée.

Je te conseille de suivre la doc mysql au point 7 « réinstallation complète ». Il faut bien sûr avoir une sauvegarde antérieure de tes bases de données.

Dernière modification par bruno (Le 01/11/2022, à 21:40)

En ligne

#12 Le 01/11/2022, à 21:31

polinux

Re : Impossible de me connecter à Mysql [RESOLU]

ok je vais faire cela, je ne risque rien le pc est vierge de tout.

par contre la doc est toute en anglais eet tu parles du chapitre Chapter 7 Backup and Recovery ?

Hors ligne

#13 Le 01/11/2022, à 21:41

bruno

Re : Impossible de me connecter à Mysql [RESOLU]

J'ai corrigé le lien de mon message.

En ligne

#14 Le 01/11/2022, à 21:44

polinux

Re : Impossible de me connecter à Mysql [RESOLU]

J'ai eu peur j'étais en train de lire la doc de Mysql et je me disais que je n'étais pas sorti de l'auberge tongue

Hors ligne

#15 Le 01/11/2022, à 21:55

polinux

Re : Impossible de me connecter à Mysql [RESOLU]

super j'ai suivi la procédure et j'arrive au prompte mysql.
Merci pour votre aide, les ressources sur le web sont tellement importante que parfois on oublie la doc de base.
bonne soirée
Paul

Hors ligne