High Performance MySQL [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

High Performance MySQL [Electronic resources] - نسخه متنی

Derek J. Balling

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








Chapter 10. Security


Keeping
MySQL secure is critical to maintaining the integrity and privacy of
your data. Just as you have to protect Unix or Windows login
accounts, you need to ensure that MySQL accounts have good passwords
and only the privileges they need. Because MySQL is often used on a
network, you also need to consider the security of the host that runs
MySQL, who has access to it, and what someone could learn by sniffing
traffic on your network.

In this chapter we'll look at how
MySQL's permissions work and how you can keep
control of who has access to the data. We'll also
consider some of the basic operating system and network security
measures you can employ to keep the bad guys out of your databases.
Finally, we'll discuss encryption and running MySQL
in a highly restricted environment.


/ 105