在ubuntu 18.04上安装mysql,root密码是多少

在ubuntu 18.04上安装mysql,root密码是多少

我在 ubunto 18.04 上安装了 MySQL,它要求我输入 root 密码,但我没有。

Mysql版本是:

mysql  Ver 14.14 Distrib 5.7.23, for Linux (x86_64) using  EditLine wrapper

我所做的如下:

  1. 我按照此网站上的说明安装 MYSql :https://support.rackspace.com/how-to/installing-mysql-server-on-ubuntu/
  2. 当我尝试运行 shell 时,出现错误 1698

    m@m-XPS-M1530:~/Documents$ /usr/bin/mysql -u root -p
    Enter password: 
    ERROR 1698 (28000): Access denied for user 'root'@'localhost'
    
  3. 我尝试了空白密码和 Ubuntu root 的 root 密码,但没有成功。

  4. 我按照该网站上的说明重置密码,但没有成功:https://coderwall.com/p/j9btlg/reset-the-mysql-5-7-root-password-in-ubuntu-16-04-lts

  5. 我卸载并重新安装它以确保我正确执行了步骤,但没有成功。https://linuxscriptshub.com/uninstall-completely-remove-mysql-ubuntu-16-04/

知道如何解决这个问题吗?如果需要,我可以使用不同的指令卸载并重新安装。

相关内容