Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. plugin-load-add=file_key_management.so
  2. file-key-management-filename=/var/lib/mysql/keys.txt
  3. file_key_management_encryption_algorithm=AES_CBC
  4. innodb_buffer_pool_size = 5G
  5. innodb_thread_concurrency = 8
  6. innodb_flush_log_at_trx_commit = 2
  7. innodb_flush_method = O_DIRECT
  8. sql_mode=ANSI_QUOTES,NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
  9. innodb-encrypt-tables
  10. innodb-encrypt-log
  11. innodb-encryption-threads = 4
  12. innodb-tablespaces-encryption
  13.  
  14. select * from information_schema.innodb_tablespaces_encryption
  15. where encryption_scheme = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement