久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      wamp下如何重置phpmyadmin密碼

      wamp下如何重置phpmyadmin密碼

      (1)打開WAMP的mysql控制臺(tái),提示輸入密碼,開始密碼為空,直接按回車

      (2)輸入【use mysql】,控制臺(tái)提示【Database changed】

      (3)輸入【update user set password=PASSWORD(‘要修改的密碼’) where user=’root’;】

      有可能會(huì)提示錯(cuò)誤,password unknown等等。

      原因:

      版本更新后,password變成了authentication_string。

      解決辦法:

      輸入【update user set authentication_string=PASSWORD(‘要修改的密碼’) where user=’root’;】

      此時(shí)控制臺(tái)提示【Query OK,XXXXXXXXX】。

      (4)最后輸入【flush privileges】,回車

      (5)輸入【quit】,退出

      (6)在目錄wampapps下找到phpmyadmin文件夾下的【config.inc.php】文件

      修改【$cfg['Servers'][$i]['password'] = ''】為【$cfg['Servers'][$i]['password'] = '要修改的密碼';】即可。

      相關(guān)文章教程推薦:phpmyadmin教程

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)