한국어

네트워킹

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

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


http://community.sitepoint.com/t/mysql-permission-to-single-table/8101


http://jonathanhui.com/mysql-users-security



Sure it is.

You didn't say whether the user should be able to edit the table structure or the data in the table. I'm going to assume the latter and show you how to grant read, write and delete access to the table.

If the user account already exists:

GRANT SELECT,INSERT,UPDATE,DELETE ON database_name.table_name TO 'username'@'localhost';

If the user account hasn't been created yet you can set it up at the same time as its permissions:

GRANT SELECT,INSERT,UPDATE,DELETE ON database_name.table_name TO 'username'@'localhost' IDENTIFIED BY 'password';
조회 수 :
21363
등록일 :
2015.04.02
07:58:17 (*.160.89.217)
엮인글 :
http://webs.co.kr/index.php?document_srl=365278&act=trackback&key=16e
게시글 주소 :
http://webs.co.kr/index.php?document_srl=365278
List of Articles