久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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)站

      聊聊mysql怎么開啟遠程訪問

      本文給大家介紹mysql怎么開啟遠程訪問,希望對需要的朋友有所幫助!

      mysql開啟遠程訪問:

      1、打開mysql server,設置mysql 訪問權限

       mysql>grant all privileges on *.*  to  'root'@'%'  identified by 'youpassword'  with grant option;

      說明:Root表示用戶名,%代表所有的ip地址,也可以設置指定的ip地址
      2、在執(zhí)行 flush privileges;
      3、查看user表,可以看到:
      聊聊mysql怎么開啟遠程訪問

      host的值為%,說明root用戶登錄mysql的時候,可以允許任意的ip訪問mysql server.
      4、如果使用mysql管理工具navicat,無法連接數(shù)據(jù)庫,提示錯誤號(10038);
      解決辦法:
      命令打開

      vi  /etc/mysql/my.conf

       bind-address = 127.0.0.1

      改為

      bind-address = 0.0.0.0

      然后重啟mysql Server:service mysql restart;

      推薦學習:《mysql視頻教程》

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