or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
如何善用MySQL的安全機制打造固若金湯的系統 - 杜修文
歡迎來到 https://hackmd.io/c/COSCUP2018 共筆
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →點擊本頁上方的 開始用 Markdown 一起寫筆記!
手機版請點選上方 按鈕展開議程列表。
資料庫可能存在的弱點
在 5.6 之前的版本裝了就能直接用
使用者都用 default 大家隨便登
5.7 版後需要 initiate,會給一組一次性密碼讓你登入
資料庫可能會面臨的攻擊
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →資料庫安控操作
資料庫安控的方方面面
DB 有沒有好好加密
MYSQL 認證
user
table stores users and encrypted passwordsMySQL 的增強:Password Policies
直接請怪怪的人吃水桶MYSQL企業版的 認證
應用和憑證-最佳實行原則
資料庫安控的方方面面
MySQL 權限管理
持續的評估
稽核和評估活動
Role (8.0 NF)
MySQL 能簡單的控制權限和設全限制
例:
舉例
MAX_CONNECTIONS_PER_HOURS
這個帳號同時可以有 10 條連線,若有 11 條以上則有問題,MySQL 可以直接做這個設定
MySQL 授權
MySQL 加密
保護應用端到資料庫的傳輸
因為 Transparent Data Encryption MySQL 加了哪些功能?
SQL
Alter... ?????
Plugin Infrastructure
Keyring plugin
MySQL 企業備份
MySQL Repository makes update easier
MySQL Enterprise Monitor
聊天區
tags:
COSCUP2018
misc