« Mysql : Attribuer un mot de passe root@localhost » : différence entre les versions
De www.yakakliker.org
(Page créée avec « == Commande == <syntaxhighlight lang="bash"> mysql -u root ALTER USER 'root'@'localhost' IDENTIFIED BY 'Mot de passe'; ALTER USER 'phpmyadmin'@'localhost' IDENTIFIED BY 'Mot de passe'; FLUSH PRIVILEGES; </syntaxhighlight> == Liens == https://www.digitalocean.com/community/tutorials/how-to-reset-your-mysql-or-mariadb-root-password Catégorie:Mysql ») |
Aucun résumé des modifications |
||
Ligne 13 : | Ligne 13 : | ||
[[Catégorie:Mysql]] | [[Catégorie:Mysql]] | ||
<html> | |||
<a href="https://www.compteurdevisite.com" title="compteur web gratuit sans pub"><img src="https://counter6.optistats.ovh/private/compteurdevisite.php?c=b4epghealnwlf7wuq7gn3ygll9aywrfx" border="0" title="compteur web gratuit sans pub" alt="compteur web gratuit sans pub"></a> | |||
</html> | |||
<html> | |||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> | |||
<script> | |||
kofiWidgetOverlay.draw('yakakliker', { | |||
'type': 'floating-chat', | |||
'floating-chat.donateButton.text': 'Café', | |||
'floating-chat.donateButton.background-color': '#00b9fe', | |||
'floating-chat.donateButton.text-color': '#fff' | |||
}); | |||
</script> | |||
</html> |
Dernière version du 6 mai 2025 à 15:16
Commande
mysql -u root
ALTER USER 'root'@'localhost' IDENTIFIED BY 'Mot de passe';
ALTER USER 'phpmyadmin'@'localhost' IDENTIFIED BY 'Mot de passe';
FLUSH PRIVILEGES;
Liens
https://www.digitalocean.com/community/tutorials/how-to-reset-your-mysql-or-mariadb-root-password