MySQL 8 Cookbook
امروزه پایگاه داده MySQL یکی از پر استفادهترین و محبوبترین پایگاه دادههای رابطه ای در جهان است. کتاب MySQL 8 Cookbook، با نصب و پیکربندی سریع MySQL شروع میشود. سپس به سراغ نحوهی کوئری گرفتن در MySQL میرویم. در این کتاب جدیدترین بهبودها در MySQL 8، در زمینههای مدیریت تراکنشهای زیاد و دیتاستهای بلادرنگ ارائه شده است. در این کتاب همچنین نحوهی کوچ کردن از MySQLهای قدیمیتر به نسخه ۸ آن بررسی شده است.
What you will learn
Install and configure your MySQL 8 instance without any hassle
Get to grips with new features of MySQL 8 like CTE, Window functions and many more
Perform backup tasks, recover data and set up various replication topologies for your database
Maximize performance by using new features of MySQL 8 like descending indexes, controlling query optimizer and resource groups
Learn how to use general table space to suit the SaaS or multi-tenant applications
Analyze slow queries using performance schema, sys schema and third party tools
Manage and monitor your MySQL instance and implement efficient performance-tuning tasks
Table of Contents
Chapter 1 Installation
Chapter 2 Using MySQL
Chapter 3 Using MySQL (Advanced)
Chapter 4 Configuring MySQL
Chapter 5 Transactions
Chapter 6 Binary Logging
Chapter 7 Backup
Chapter 8 Restoring data
Chapter 9 Replication
Chapter 10 Table Maintenance
Chapter 11 Managing Tablespace
Chapter 12 Managing Logs
Chapter 13 Performance Tuning
Chapter 14 Security