Basic settings Here are 3 MySQL performance tuning settings that you should always look at. If you do not, you are very likely to run into problems very quickly. innodb_buffer_pool_size: this is the #1 setting to look at for any installation using InnoDB. The buffer pool is where data and indexes are cached: having it ..

Read more

1. Modify volume size on aws ebs 2. Resize filesystem df -h to see current filesystem size info lsblk to see name of devive volume. growpart /dev/nvme0n1 1 to upgrade filesystem final, resize2fs /dev/nvme0n1p1 to apply change resize filesystem. Check by df -h to se..

Read more