作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我真的是 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/
我是一名优秀的程序员,十分优秀!