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

前端 未结 23 3416
刺人心
刺人心 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:29

    Try the following code:

    $cfg['Servers'][$i]['password'] = '';
    

    if you see Password column field as 'No' for the 'root' user in Users Overview page of phpMyAdmin.

提交回复
热议问题