01 Introduction
01 Introduction
MySQL Overview
MySQL Enterprise Product
MySQL Website
MySQL Introduction
MySQL Overview
MySQL Enterprise Product
MySQL Website
MySQL Overview
becomes mission-critical
Web site generating most new orders,
Exec team added as BI users,
Accounting data added to DataMart
…performance issues?
Where/When/How to Tune?
…Developers productive?
…servers down?
..version of MySQL to run?
MySQL Enterprise
High Availability MySQL Workbench
Efficient multi-
threaded session
handling
Flexible Storage
Engine options for
application specific
storage needs
Full Backup
Proses fullbackup ini melakukan backup pada semua data yang berada pada
datadir MySQL dan juga data-data yang menyimpan data engine InnoDB
(ibdata, iblogfile, dll.).
mysqlbackup --user=[user] --password=[password] --port=[port] --backup-
dir=[lokasi direktori backup] backup-and-apply-log
Incremental Backup
Proses Incremental backup hanya melakukan backup sesuai dengan data
terakhir yang dibackup
mysqlbackup --user=[user] --password=[pass] --port=[port] --incremental --
incremental-base=dir:[lokasi_direktori_fullbackup] --incremental-backup-
dir=[lokasi_direktori_untuk_incremental] --with-timestamp backup
MySQL Enterprise - Backup
Hasil backup yang ter-create identik dengan data (datadir) asli MySQL Server.
Data yang ter-create antara lain:
Ket:
*Backup-my.cnf : backup konfigurasi dari server yang di backup.
*Datadir : direktori yang menyimpan backup datadir dari server yang di
backup dengan data yang identik dengan datadir asli.
*Meta : direktori yang menyimpan file-file konfigurasi backup.
MEM - MySQL Enterprise Monitoring
MEM - Dashboard
MEM - Advisors
MEM - Event
MEM - Graphic
MEM - Query Analyzer
MEM - Replication
MySQL Introduction
MySQL Overview
MySQL Enterprise Product
MySQL Website
MySQL Support
QA - DISCUSSION ?