한국어

네트워킹

온누리070 플레이스토어 다운로드
    acrobits softphone
     온누리 070 카카오 프러스 친구추가온누리 070 카카오 프러스 친구추가친추
     카카오톡 채팅 상담 카카오톡 채팅 상담카톡
    
     라인상담
     라인으로 공유

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


https://sillycodes.com/allow-mysql-remote-root-login-ubuntu-centos-linux/


Allowing MySQL Root Login from All IP Addresses :

Mysql remote root access is disabled by default. Now in this tutorial, we will look into how to enable remote MySQL root access. 
First of all, open the /etc/mysql/my.cnf   file using any of editor. then find the line bind-address. Then comment out that line something like below.

Change line

to

Now, we need to change the permission in MySQL using following command.
Please run the following command in MySQL CLI.

Note: Above command allows root access from all IP Address.

Allowing Root Access from Specific IP address:

Now we need to add our public IP address ( your desired IP Address ) to the MySQL whitelisted IP address. Please run the following command to enable the root login from IP Address 2.2.2.2.

Note: Please replace IP Address 2.2.2.2 with your desired IP Address.

Then run the following command to make all your changes to affect.

then restart the MySQL server.
On ubuntu:

On centos 7:

조회 수 :
31659
등록일 :
2017.08.17
10:04:27 (*.160.88.18)
엮인글 :
http://webs.co.kr/index.php?document_srl=3310652&act=trackback&key=376
게시글 주소 :
http://webs.co.kr/index.php?document_srl=3310652
List of Articles