TAILIEUCHUNG - Hướng dẫn sử dụng MySQL part 18

Trong Chương XXX: Bảo mật, chúng tôi đã thấy cách sử dụng MySQL bảng riêng của nó để lưu trữ các thông tin truy cập được sử dụng để thực hiện chứng thực. Thực tế, có một số bảng nội bộ được tạo ra như là một phần của tất cả các cài đặt máy chủ MySQL. MySQL sử dụng các bảng cho nhiều mục đích. | DRAFT 8 24 01 21 MySQL System Tables In Chapter XXX Security we saw how MySQL used its own internal tables to store the access information used to perform authentication. There are actually several internal tables that are created as part of every MySQL server installation. MySQL uses these tables for a variety of purposes. Columns_Priv ---------- ------------------------- ---- --------- ---- Field Type Null Key Default Extra ---------- ------------------------- ---- --- ------- ---- Host char 60 binary PRI Db char 64 binary PRI User char 16 binary PRI Table_name char 64 binary PRI Column_name char 64 binary PRI Timestamp timestamp 14 YES NULL Column_priv set Select Insert Update References ----------------- ------------------------------------------ -------- ------- ----------- ---------- The columns_priv table controls column-level access to a MySQL database table. The column-level check is the final check performed in the access verification sequence describe in Chapter XXX Security. The information in this table can be broken into four sections location scope privilege and timestamp. Location These fields determine to whom this privilege applies. Any user who matches both of these fields in a given row will be subjected to the privilege rule for that row. Host - The hostname or IP address of the user. Copyright 2001 O Reilly Associates Inc. 1 DRAFT 8 24 01 User - The authenticated username of the user. Scope These fields determine exactly which column this rule is for. Any columns which match all three of these fields in a given row will have the privilege rule for that row apply. Db - The database that contains the table with the column Table_name - The name of the table containing the column Column_name - The name of the column Privledge The singe privilege column Column_priv determines which privileges are allowed for location and scope defined in the other fields in this table. The value of this column is a set that can contain any of the following .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.