in my case, the mariadb / mysql is 32bit, as you knew 32bit only support about 3GB RAM,
so instead of allocated 4GB,I changed it to 2GB,
works
innodb_buffer_pool_size=2G instead of 4G
My Work Diary
in my case, the mariadb / mysql is 32bit, as you knew 32bit only support about 3GB RAM,
so instead of allocated 4GB,I changed it to 2GB,
works
innodb_buffer_pool_size=2G instead of 4G