gpt4 book ai didi

php - 我收到错误 1045 (28000) : Access denied for user 'root' @'localhost' (using password: NO) with the command sudo mysql on ubuntu

转载 作者:行者123 更新时间:2023-12-04 17:25:38 25 4
gpt4 key购买 nike

我真的是 php 或 sql 等所有这些东西的菜鸟,所以我参加了一个 coursera 类(class),他们告诉我们安装 LAMP。

我有 Linux 和 Apache2,但对于 MySql,我遵循了本教程 how to install LAMP .我跟着它,在我们必须运行 sudo mysql 的地方之后,我得到了 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) 。但根据教程我应该得到:

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 22
Server version: 8.0.19-0ubuntu5 (Ubuntu)

Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

请任何人尽快帮我解决这个问题,因为我正在学习的类(class)有截止日期。另外,如果网络上有任何文档,请分享。

如果您需要有关错误的更多信息,请告诉我以及如何提取它们。

谢谢。

编辑:我的问题已解决,运行 mysql -u root -p

后我可以输入密码

最佳答案

您好,请在您的 mysql 控制台中尝试以下命令

mysql>  FLUSH PRIVILEGES;
mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY 'new_password';

关于php - 我收到错误 1045 (28000) : Access denied for user 'root' @'localhost' (using password: NO) with the command sudo mysql on ubuntu,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63646167/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com