Mysql password expired. Can't connect

后端 未结 19 1462
慢半拍i
慢半拍i 2020-12-02 06:20

I just wiped my Mac and did a fresh install of El Capitan. I\'m struggling to connect to Mysql now. Having gone through a web server setup process, I\'ve created a simple PH

19条回答
  •  星月不相逢
    2020-12-02 06:59

    Open MySQL console and type SET PASSWORD = 'your password'; and then press ENTER Key which will set your defined password for user root.

    You can only write SET PASSWORD = ''; which will set password as blank for root user.

提交回复
热议问题