#1045 - Access denied for user 'root'@'localhost' (using password: YES)

前端 未结 23 3405
刺人心
刺人心 2020-11-30 01:39

This might seem redundant but I was unable to find a correct solution.

I was unable to login to mysql using the mysql console.It is asking for a password and I have

23条回答
  •  自闭症患者
    2020-11-30 02:18

    with MariaDb, above solutions doesn't works.

    Use (exemple below with ubuntu 16.04 and mariadb-server Distrib 10.0.28):

        sudo mysql_secure_installation
        …
        Change the root password? [Y/n] 
        New password: 
    

提交回复
热议问题