Mysql password expired. Can't connect

后端 未结 19 1419
慢半拍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:47

    All of these answers are using Linux consoles to access MySQL.

    If you are on Windows and are using WAMP, you can start by opening the MySQL console (click WAMP icon->MySQL->MySQL console).

    Then it will request you to enter your current password, enter it.

    And then type SET PASSWORD = PASSWORD('some_pass');

提交回复
热议问题