久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      phpmyadmin怎么使用空密碼登入

      下面由phpmyadmin教程欄目給大家介紹phpmyadmin使用空密碼登入配置方法,希望對需要的朋友有所幫助!

      phpmyadmin連接mysql數(shù)據(jù)庫,出于安全考慮,默認不允許使用空密碼連接數(shù)據(jù)庫。因為數(shù)據(jù)庫一般都設置密碼訪問。

      但如果只是本機環(huán)境測試使用,每隔一段時間都需要填寫密碼,不是很方便。

      如果沒有修改過配置,而使用空密碼登入,phpmyadmin會返回錯誤提示:

      Login without a password is forbidden by configuration (see AllowNoPassword)

      我們可以修改phpmyadmin的配置文件,設置可使用空密碼連接數(shù)據(jù)庫

      配置修改如下:
      例如:數(shù)據(jù)庫賬號是root,密碼為空

      打開phpmyadmin安裝目錄下的 libraries/config.default.php 文件,找到對應的配置,按下面的值進行修改即可。

      // MySQL user$cfg['Servers'][$i]['user'] = 'root'; // MySQL password$cfg['Servers'][$i]['password'] = ''; // Whether to try to connect without password$cfg['Servers'][$i]['nopassword'] = true; // whether to allow login of any user without a password$cfg['Servers'][$i]['AllowNoPassword'] = true;

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