- Elastic storage: no need to provision or resize disks as your database grows
- S3 durability: all data is automatically synchronized to S3 in the background
- Pay for what you use: you’re only billed for active data, not provisioned capacity
- Portability: unmount from one server and mount on another to move your database
Create an Archil disk
First, follow the Archil Getting Started Guide to create an Archil disk.Install MySQL
The exact instructions for installing MySQL will vary depending on your operating system. For example, on Amazon Linux 2023, you can install MySQL with the following commands:/etc/my.cnf in your favorite editor.
Under the [mysqld] section, identify the line that starts with datadir= and edit the path to look
like the following:
By default, the MySQL password policy requires that you set a password of at least 8 characters that contains at least
one uppercase letter, one lowercase letter, one number, and one special character.
/mnt/archil/mysql.
(Optional) Run a benchmark to validate performance
First, download and compile thesysbench tool.